plot: A plotting library, exportable as eps/pdf/svg/png or renderable with gtk
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]
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.12.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 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.11, 0.2.3.12 |
---|---|
Change log | CHANGES |
Dependencies | array (>0.5 && <0.6), base (>=4.9.0.0 && <5), cairo (>=0.13 && <0.14), colour (>=2.2.1 && <2.4), hmatrix (>=0.17 && <0.21), mtl (>2 && <3), pango (>=0.13 && <0.14), transformers (>0.5 && <0.7) [details] |
Tested with | ghc ==8.8.3 |
License | BSD-3-Clause |
Copyright | (c) A.V.H. McPhail 2010, 2012-2017, 2019, 2024 |
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 2024-03-18T22:27:54Z |
Distributions | Stackage:0.2.3.12 |
Reverse Dependencies | 5 direct, 0 indirect [details] |
Downloads | 34307 total (246 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2024-03-18 [all 2 reports] |