# plot-lab Work in Progress An ambitious attempt to provide mathematica like dynamic plotting for free. * Written in haskell * Based on plot ([hackage](http://hackage.haskell.org/package/plot)) ([github](https://github.com/amcphail/plot)). * GUI written using gtk2hs (using [gtk3](http://hackage.haskell.org/package/gtk3) package) * GUI designed using glade # Installation ``` cabal install plot-lab ``` Manual installations can be done using the package from [hackage](http://hackage.haskell.org/package/plot-lab) # 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