plot-lab

Mathematica has a nice plotting feature that allows for plotting of functions that depend on more than one variable, and then allows changing the value of the extra parameters to see real-time animated changes in the plot. This application attempts to provide the same for 2-D plots for free.


Keywords
gpl, math, program, Propose Tags, Skip to Readme, , plot-lab-0.0.1.9.tar.gz, browse, Package description, Package maintainers, sumitsahrawat, edit package information , hackage, github, gtk, gtk2hs-buildtools, here
License
GPL-2.0-only
Install
cabal install plot-lab-0.0.1.9

Documentation

plot-lab


DEPRECATED in favour of the combination of plot-gtk-ui and calculator.


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

  • Written in haskell.
  • Based on plot (hackage) (github).
  • GUI written using gtk2hs (using gtk).
  • GUI designed using glade.
  • Also available at hackage.

Installation

Linux

The installation for gtk requires that gtk2hs-buildtools be installed, and the binary be in your $PATH. The below commands take care of that, without permanently changing the $PATH.

$ cabal update
$ cabal install gtk2hs-buildtools
$ env PATH="~/.cabal/bin:$PATH" cabal install plot-lab

Windows

  • Install gtk2hs with instructions from here.

  • Then use cabal to install plot-lab.

cmd> cabal install 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.