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

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 Source

Constructors

OptionSet 

Fields

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

class C a whereSource

Methods

options :: (OptionSet, a)Source