@hackage plot-lab0.0.1.8

A plotting tool with Mathematica like Manipulation abilities

plot-lab

Work in Progress

An ambitious attempt to provide mathematica like dynamic plotting for free.

  • Written in haskell
  • Based on plot (hackage) (github).
  • GUI written using gtk2hs (using gtk3 package)
  • GUI designed using glade

Installation

```
$ cabal install plot-lab
```

Manual installations can be done using the package from hackage

Usage

The window displays the sum of two gaussian distributions with sliders for mean and std. deviation The plan is to add custom function input facilities and make it more interactive

The package is too raw to be used with custom functions right now. Those with haskell knowledge might be able to make changes and get what they want