A plot library for c++.
- muparser
- cairomm
- cairo
# apt-get install libcairomm-1.0-dev libglfw3-dev libmuparser-dev
# pacman -S cairomm glfw-x11 muparser
$ pacman -S mingw-w64-x86_64-cairomm mingw-w64-x86_64-glfw mingw-w64-x86_64-muparser
$ make release
or
$ make debug
$ plot expression[ minX,maxX[ minY,maxY[ numsteps]]]
$ plot "sin(x)"
$ plot "x^2" -10,10
$ plot "1/(x+1)" -10,10 -100,100
You can then zoom in using right click and zoom back out using left click