@hackage HPlot0.3

A minimal monadic PLplot interface for Haskell

This package provides simple monadic interface to the PLplot cross-platform software package for creating scientific plots.

Haddock documentation (hyperlinked with source code) is available from homepage

PlplotCanvas widget is implemented to be compatible with gtk2hs. PLplot type class allows addition of other display drivers without need to adopt application code

The idea was that with the help of PLplotM monad it should be easy to make more abstract interfaces and combinators to do plots

You are welcome to send your changes to be included in future release

It will be great if you will do 'git format-patch' to prepare email with changes against particular version

Changes since 0.2:

  • Roman Salmin contributed new elaborated Example.hs