gnuplot-0.5.4.1: 2D and 3D plots using gnuplot

Safe HaskellSafe
LanguageHaskell98

Graphics.Gnuplot.Graph

Documentation

class C graph Source

Minimal complete definition

command, toString, defltOptions

Instances

(C x, C y) => C (T x y) Source 
(C x, C y, C z) => C (T x y z) Source