gnuplot-0.3.3.1: 2D and 3D plots using gnuplot
Graphics.Gnuplot.Plot.ThreeDimensional
Contents
Synopsis
linearScale :: Fractional a => Integer -> (a, a) -> [a]Source
type T = T TSource
Plots can be assembled using mappend or mconcat.
mappend
mconcat
mesh :: (Show a, Show b, Show c) => [[(a, b, c)]] -> TSource
function :: (Show a, Show b, Show c) => [b] -> [c] -> (b -> c -> a) -> TSource