| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Goal.Core.Plot.Contour
Documentation
Arguments
| :: (Double, Double, Int) | The range along the x axis. |
| -> (Double, Double, Int) | The range along the y axis. |
| -> Int | The number of isolevels. |
| -> (Double -> Double -> Double) | The function to contour. |
| -> [(Double, [[(Double, Double)]])] | (isolevel, (x,y)) |
Given various parameters and a function to analyze, contourPlot returns a list of PlotLines each of which is an isoline.