c
! www.simula.no/˜hpl
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 installedonall
platforms
Easyviz supports (only) the most common plotting commands
Easyviz is part of SciTools (Simula development)
from scitools.all import
*
(imports all of numpy,allofeasyviz,plusscitools)
Numerical Python – p. 259/728
Comentarios a estos manuales