plot: A plotting library, exportable as eps/pdf/svg/png or renderable with gtk
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
- 'ghc-options/ghc-prof-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
A package for creating plots, built on top of the Cairo rendering engine.
An ambitious attempt to replace gnuplot.
Monadic actions are used to configure a figure, which is a (rxc) array of subplots. Each plot displays a graph with optional heading, labels, legend, and annotations. The annotations themselves may be used to draw diagrams.
A figure is preprocessed in preparation for rendering by the Cairo renderer. The Cairo library can be used to output the figure to PS, PDF, SVG, and PNG file formats, or to display the figure in a GTK Drawable context. (see package 'plot-gtk').
The preprocessed figure can be embedded as an arbitrary Cairo render, including in a diagram
created with the diagram package. Conversely, arbitrary Cairo renders can be embedded in
the data region of a Figure
.
The data series are type Data.Packed.Vector from hmatrix, which, when hmatrix is compiled with '-fvector', is a synonym for Data.Vector.Storable from the vector package and are thus compatible with packages such as statistics.
The example in Graphics.Rendering.Plot can be viewed at http://code.haskell.org/plot/examples/perturbed-sine.png
[Skip to Readme]
Properties
Versions | 0.1, 0.1.1, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4, 0.1.2, 0.1.2.1, 0.1.2.2, 0.1.2.3, 0.1.2.4, 0.1.3.0, 0.1.3.1, 0.1.3.2, 0.1.3.4, 0.1.3.5, 0.1.4, 0.1.4.1, 0.1.4.2, 0.1.5, 0.1.5.1, 0.1.6, 0.1.7, 0.1.7.1, 0.1.8, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.3.1, 0.2.3.2, 0.2.3.3, 0.2.3.4, 0.2.3.5, 0.2.3.6, 0.2.3.7, 0.2.3.8, 0.2.3.9, 0.2.3.10, 0.2.3.10, 0.2.3.11, 0.2.3.12 |
---|---|
Change log | CHANGES |
Dependencies | array, base (>=4 && <6), cairo (>=0.13 && <0.14), colour (>=2.2.1 && <2.4), hmatrix (>=0.17), mtl (>2), pango (>=0.13 && <0.14), transformers (>0.5 && <0.7) [details] |
License | BSD-3-Clause |
Copyright | (c) A.V.H. McPhail 2010, 2012-2017, 2019 |
Author | Vivian McPhail |
Maintainer | haskell.vivian.mcphail <at> gmail <dot> com |
Category | Graphics |
Home page | http://github.com/amcphail/plot |
Source repo | head: git clone https://github.com/amcphail/plot |
Uploaded | by VivianMcPhail at 2019-10-03T21:26:50Z |
Modules
- Graphics
- Rendering
- Graphics.Rendering.Plot
- Graphics.Rendering.Plot.Figure
- Graphics.Rendering.Plot.Figure.Simple
- Graphics.Rendering.Plot.Render
- Graphics.Rendering.Plot.Figure
- Graphics.Rendering.Plot
- Rendering
Downloads
- plot-0.2.3.10.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees