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

Graphics.Gnuplot.Plot.ThreeDimensional

Contents

Synopsis

Documentation

linearScale :: Fractional a => Integer -> (a, a) -> [a]Source

type T = T TSource

Plots can be assembled using mappend or mconcat.

computed plots

mesh :: (Show a, Show b, Show c) => [[(a, b, c)]] -> TSource

function :: (Show a, Show b, Show c) => [b] -> [c] -> (b -> c -> a) -> TSource