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

Safe HaskellSafe
LanguageHaskell98

Graphics.Gnuplot.Value.ColumnSet

Description

We provide a way to specify a set of columns that matches the tuple structure of a certain graph type.

Documentation

newtype T a Source #

Constructors

Cons [Int] 

atom :: C a => Int -> T a Source #

pair :: T a -> T b -> T (a, b) Source #

triple :: T a -> T b -> T c -> T (a, b, c) Source #

quadruple :: T a -> T b -> T c -> T d -> T (a, b, c, d) Source #