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

Safe HaskellSafe-Inferred

Graphics.Gnuplot.ColorSpecification

Synopsis

Documentation

data T Source

rgb :: Double -> Double -> Double -> TSource

Color components for Red, Green, Blue, must be in the range [0,1].

name :: String -> TSource

Specify a color by name. You are responsible for choosing an existing name in gnuplot. If your color is available as Haskell variable in this module, then prefer this one.