gnuplot-0.5.5.3: 2D and 3D plots using gnuplot
Graphics.Gnuplot.MultiPlot
data T Source #
Defined in Graphics.Gnuplot.MultiPlot
Methods
toScript :: T -> Script
data Part Source #
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 #