Plot-ho-matic: Real-time line plotter for generic data

[ bsd3, graphics, library ] [ Propose Tags ]

Plot-ho-matic provides real-time plotting of time-series data with a simple interface (addHistoryChannel). There is also a more general interface to plot arbitrary data (addChannel).

See the example on http://www.github.com/ghorn/Plot-ho-matic to help get started.


[Skip to Readme]

Modules

[Last Documentation]

  • PlotHo
  • SetHo

Flags

Automatic Flags
NameDescriptionDefault
examples

build the examples

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.0.4, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.0.3, 0.5.0.4, 0.5.0.5, 0.6.0.0, 0.7.0.0, 0.7.0.1, 0.8.0.0, 0.9.0.0, 0.9.0.1, 0.9.0.2, 0.9.0.3, 0.9.0.4, 0.9.0.5, 0.9.0.6, 0.9.0.7, 0.9.0.8, 0.9.0.9, 0.9.0.10, 0.10.0.0, 0.10.1.0, 0.11.0.0, 0.11.1.0, 0.11.2.0, 0.12.0.0, 0.12.1.0, 0.12.2.0, 0.12.2.1, 0.12.2.2, 0.12.2.3
Change log CHANGELOG.md
Dependencies base (>=4.6.0.0 && <5), cairo, Chart (>=1.1), Chart-cairo (>=1.1), containers, data-default-class, generic-accessors (>=0.5.0.0), glib, gtk (>=0.13), lens, Plot-ho-matic, text, time, vector [details]
License BSD-3-Clause
Copyright Copyright (c) 2013-2015, Greg Horn
Author Greg Horn
Maintainer gregmainland@gmail.com
Category Graphics
Uploaded by GregHorn at 2015-12-29T20:55:32Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Executables set-example, plot-example
Downloads 27865 total (101 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 2016-11-29 [all 2 reports]

Readme for Plot-ho-matic-0.7.0.1

[back to package description]

Plot-ho-matic

Hackage Build Status

See the example in the examples folder for usage.

"user error: out of memory" If you get this ^ error on OSX your cairo/pango/gtk may be linked to an XQuartz library. Add --extra-lib-dirs=/usr/local/lib (or wherever the correct libraries are) to your .cabal/config