gnuplot-0.5.6.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 # 
Instance details

Defined in Graphics.Gnuplot.Private.Graph2D

Methods

command :: Command (T x y)

toString :: T x y -> String

defltOptions :: T0 (T x y)

(C x, C y, C z) => C (T x y z) Source # 
Instance details

Defined in Graphics.Gnuplot.Private.Graph3D

Methods

command :: Command (T x y z)

toString :: T x y z -> String

defltOptions :: T0 (T x y z)