gnuplot-0.5.5.2: 2D and 3D plots using gnuplot
Graphics.Gnuplot.Plot
Synopsis
data T graph Source #
Plots can be assembled using mappend or mconcat or several functions from Data.Foldable.
mappend
mconcat
Instances
Methods
fmap :: (a -> b) -> T a -> T b #
(<$) :: a -> T b -> T a #
(<>) :: T graph -> T graph -> T graph #
sconcat :: NonEmpty (T graph) -> T graph #
stimes :: Integral b => b -> T graph -> T graph #
mempty :: T graph #
mappend :: T graph -> T graph -> T graph #
mconcat :: [T graph] -> T graph #
toScript :: T graph -> Script