gnuplot-0.5.5.3: 2D and 3D plots using gnuplot
Graphics.Gnuplot.Graph
class C graph Source #
Minimal complete definition
command, toString, defltOptions
Defined in Graphics.Gnuplot.Private.Graph2D
Methods
command :: Command (T x y)
toString :: T x y -> String
defltOptions :: T0 (T x y)
Defined in Graphics.Gnuplot.Private.Graph3D
command :: Command (T x y z)
toString :: T x y z -> String
defltOptions :: T0 (T x y z)