>> From: "Minh N. Do"
Dear all,
I try to generate an EPS file from Maple as follows.
plotsetup(ps, plotoutput="plot.eps", plotoptions="portrait,noborder");
plot3d(...);
plotsetup(default);
However the bounding box of the output EPS file is not correct, it only
shows part of my plot. Furthermore, the aspect ratio of the plot was
changed to fit into a square bounding box. I tried to play with the
plotoptions "width,height,leftmargin,bottommargin" but the outcomes were
very confusing!
Is there anyway to make sure that the EPS outcome looks exactly what is on
the Maple worksheet?
Many thanks for your help,
Minh
|