Notes on Postscript in Maple

If your figures are not being exported in a way that you like, you can change it in Maple.
For example, if you want your figure to have certain dimensions or be in landscape mode (or both), we have to tell Maple. Here is an example command (for more information, see the help file for plotsetup


plotsetup(ps,plotoutput=`myfile.eps`,plotoptions=`landscape,width=4.0in,height=3.0in`);