Create PostScript Files for Plots

Note: It is necessary to manually modify the Maple-generated PS files. In particular, the translation needs to be changed for each plot (fig1.ps: 126 324 -> 226 324; fig2-5.ps: 216 324 -> 316 224). Also, the bounding box in fig1.ps needs to be changed from 323 119 468 486 to 323 319 468 486.

>

> interface( plotdevice=cps, plotoptions="portrait,noborder,width=5in,height=2in,shrinkby=0" );

> interface( plotoutput="/home/meade/Parachute2/fig1.ps" );

> display( PLOT1, title="" );

> interface( plotdevice=default );

>

> interface( plotdevice=cps, plotoptions="portrait,noborder,width=2.5in,height=2in" );

> interface( plotoutput="/home/meade/Parachute2/fig2.ps" );

> display( PLOT2, title="" );

> interface( plotdevice=default );

>

> interface( plotdevice=cps, plotoptions="portrait,noborder,width=2.5in,height=2in" );

> interface( plotoutput="/home/meade/Parachute2/fig3.ps" );

> display( PLOT3, title="" );

> interface( plotdevice=default );

>

> interface( plotdevice=cps, plotoptions="portrait,noborder,width=2.5in,height=2in" );

> interface( plotoutput="/home/meade/Parachute2/fig4.ps" );

> display( PLOT4, title="" );

> interface( plotdevice=default );

>

> interface( plotdevice=cps, plotoptions="portrait,noborder,width=2.5in,height=2in" );

> interface( plotoutput="/home/meade/Parachute2/fig5.ps" );

> display( PLOT5, title="" );

> interface( plotdevice=default );

>

> interface( plotdevice=cps, plotoptions="portrait,noborder,width=2.5in,height=2in" );

> interface( plotoutput="/home/meade/Parachute2/fig6.ps" );

> display( plotK, title="" );

> interface( plotdevice=default );

>

> interface( plotdevice=cps, plotoptions="portrait,noborder,width=2.5in,height=2in" );

> interface( plotoutput="/home/meade/Parachute2/fig7.ps" );

> display( plotdK, title="" );

> interface( plotdevice=default );

>