dynamic-plot: Interactive diagram windows
Haskell excels at handling data like continuous functions in a nice way, i.e. without discretising anything to finite arrays as is typically done in languages like Matlab. Instead, you can simply pass around functions or infinite data structures (or very high-resolution data that would be infeasible to handle in a strict language).
However when you want to view the data, it will eventually need to be exported out of Haskell in some finite form. The purpose of this library is to delay this discretisation as long as possible: it implements an interactive plotting window that accepts continuous/recursive data and only “flattens” it according to the specific view configuration. You can then zoom in to a shown diagram and it will automatically calculate the features more detailedly, or zoom out and discover previosly unexpected features. You don't need to worry about specifying the range and/or resolution beforehand: the program will try to find a suitable default view based on all data your displaying, and you can always still zoom, resize or move later.
http://projects.haskell.org/diagrams are used as the “pre-rendered” type. This makes the output usable in a very wide range of applications, though at the moment only the GTK window view is implemented.
Downloads
- dynamic-plot-0.1.3.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.2.0, 0.1.3.0, 0.1.4.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.3.0.0, 0.4.0.0, 0.4.1.0, 0.4.2.0 |
---|---|
Dependencies | async, base (>=4.5 && <6), colour (>=2 && <3), constrained-categories (>=0.2), containers, data-default, deepseq, diagrams-cairo (>1.3.0.5 && <1.4), diagrams-core, diagrams-gtk, diagrams-lib (>=1.3 && <1.4), glib, gtk (>0.10 && <0.15), lens (<4.15), manifolds (>=0.2.2 && <0.2.3), MemoTrie, MonadRandom, mtl, process, random, semigroups, tagged, time, transformers, vector, vector-space (>=0.8) [details] |
License | GPL-3.0-only |
Author | Justus Sagemüller |
Maintainer | (@) sagemuej $ smail.uni-koeln.de |
Category | graphics |
Home page | https://github.com/leftaroundabout/dynamic-plot |
Source repo | head: git clone git://github.com/leftaroundabout/dynamic-plot.git |
Uploaded | by leftaroundabout at 2016-05-20T20:27:42Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 10908 total (55 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |