Curve plotting with Easyviz

Easyviz is a light-weight interface to many plotting packages, using a Matlab-like syntax
Goal: write your program using Easyviz (``Matlab'') syntax and postpone your choice of plotting package
Note: some powerful plotting packages (Vtk, R, matplotlib, ...) may be troublesome to install, while Gnuplot is easily installed on all platforms
Easyviz supports (only) the most common plotting commands
Easyviz is part of SciTools (Simula development)
from scitools.all import *
(imports all of numpy, all of easyviz, plus scitools)

previousnexttable of contents