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

Safe HaskellNone

Graphics.Gnuplot.Value.Atom

Description

Provide a class that restricts the range of Haskell types to the ones that gnuplot can process.

Documentation

data OptionSet a Source

Constructors

OptionSet 

Fields

optData :: [String]
 
optFormat :: [String]
 
optOthers :: [(T, [String])]
 

class C a whereSource