gnuplot-0.3.3: 2D and 3D plots using gnuplotSource codeContentsIndex
Graphics.Gnuplot.Plot.ThreeDimensional
Contents
computed plots
Synopsis
linearScale :: Fractional a => Integer -> (a, a) -> [a]
type T = T T
mesh :: (Show a, Show b, Show c) => [[(a, b, c)]] -> T
function :: (Show a, Show b, Show c) => [b] -> [c] -> (b -> c -> a) -> T
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
Produced by Haddock version 2.4.2