| Version 0.2.2 | S-Lang Grace Plotting Module | ||||||||||
|
![]() grace-module provides a high-level,
object-oriented interface between the S-Lang interpreter and the
Grace plotting application. Plotting via the module from S-Lang
applications such as slsh can be as easy as:
slsh> g = grace_new();
slsh> g.plot(x,y;color="blue");
slsh> g.save("myplot.ps");
As this simple example suggests, the module also supports multiple
Grace instances.
The figure at the top of this page was created using the
|
| This page was last updated Jan 21, 2008 by John E. Davis. To comment on it or the material presented here, send email to jed at jedsoft org. |