Copyright | (c) Scott N. Walck 2011-2014 |
---|---|
License | BSD3 (see LICENSE) |
Maintainer | Scott N. Walck <walck@lvc.edu> |
Stability | experimental |
Safe Haskell | Safe |
Language | Haskell98 |
This module contains helping functions for using Gnuplot.
Synopsis
- label :: String -> (Double, Double) -> Attribute
- postscript :: Attribute
- psFile :: FilePath -> Attribute
- examplePlot1 :: IO ()
- examplePlot2 :: IO ()
- plotXYCurve :: Curve -> IO ()
Documentation
label :: String -> (Double, Double) -> Attribute Source #
An Attribute
with a given label at a given position.
postscript :: Attribute Source #
An Attribute
that requests postscript output.
examplePlot1 :: IO () Source #
An example of the use of label
. See the source code.
examplePlot2 :: IO () Source #
An example of the use of postscript
and psFile
. See the source code.
plotXYCurve :: Curve -> IO () Source #
Plot a Curve in the xy plane using Gnuplot