gnuplot-0.5.7: 2D and 3D plots using gnuplot
Safe HaskellSafe-Inferred
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

Instances details
C T Source # 
Instance details

Defined in Graphics.Gnuplot.MultiPlot

Methods

toScript :: T -> Script

C graph => C (T graph) Source # 
Instance details

Defined in Graphics.Gnuplot.Private.Plot

Methods

toScript :: T graph -> Script

C graph => C (T graph) Source # 
Instance details

Defined in Graphics.Gnuplot.Private.Frame

Methods

toScript :: T graph -> Script