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

Safe HaskellSafe
LanguageHaskell98

Graphics.Gnuplot.Display

Description

This class gives a uniform interface to plotting Plot, Frame and MultiPlot.

Documentation

class C gfx Source #

Minimal complete definition

toScript

Instances

C T Source # 

Methods

toScript :: T -> Script

C graph => C (T graph) Source # 

Methods

toScript :: T graph -> Script

C graph => C (T graph) Source # 

Methods

toScript :: T graph -> Script