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

Safe HaskellSafe
LanguageHaskell98

Graphics.Gnuplot.MultiPlot

Documentation

data T Source #

Instances
C T Source # 
Instance details

Defined in Graphics.Gnuplot.MultiPlot

Methods

toScript :: T -> Script

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 #