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

Safe HaskellSafe-Inferred

Graphics.Gnuplot.Frame.Option

Synopsis

Documentation

data T Source

Every option represents an internal state in gnuplot. It is altered with gnuplot's set command. The first field in T is the name of the option and the name of the according internal state in gnuplot. Sometimes the addressed state is not explicitly mentioned but is expressed by the syntax of the values. For this case we manage an identifier in the second field. It is only used for distinguishing between these states, but it is never written to a gnuplot script.

Instances

Eq T 
Ord T 
Show T