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

Safe HaskellSafe-Inferred
LanguageHaskell98

Graphics.Gnuplot.Graph

Documentation

class C graph Source

Minimal complete definition

command, toString, defltOptions

Instances

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