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

Safe HaskellSafe-Inferred

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 
Monoid (T graph) 
C graph => C (T graph)