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

Safe HaskellSafe
LanguageHaskell98

Graphics.Gnuplot.Plot

Synopsis

Documentation

data T graph Source

Plots can be assembled using mappend or mconcat or several functions from Data.Foldable.

Instances

Functor T Source 
Monoid (T graph) Source 
C graph => C (T graph) Source