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

Safe HaskellSafe-Inferred
LanguageHaskell98

Graphics.Gnuplot.MultiPlot

Documentation

data T Source

Instances

C T 

partFromFrame :: C graph => T graph -> Part Source

partFromPlot :: C graph => T graph -> Part Source

simpleFromFrameArray :: (C graph, Ix i, Ix j) => Array (i, j) (T graph) -> T Source

simpleFromPartArray :: (Ix i, Ix j) => Array (i, j) Part -> T Source

title :: String -> T -> T Source