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

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 aSource

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