 |
|
List Archives > 
Maple User Group List Archive > 
Archive by date > 
This Month By Date > 
This Month By Topic
[MUG] Re: Plot and Graphic Sizes
| [MUG] Re: Plot and Graphic Sizes |
|
Author: Herman Jaramillo
Posted: 30/11/2000 13:54:25 GMT
|
>> From: Herman Jaramillo
What I do is to export the graphic to PostScript and then fix it there
with the BoundingBox corners. It is important to note that here ther is
a bug in Maple V (I have not checked Maple other versions). The
last two coordinates are swapped. For example, in
%%BoundingBox: 163 56 362 299
the coordinates 362 299 should be 299 362 instead.
I believe that other formats can be fixed with "xv" and its crop utility
under Unix......
In any case Theodore is right and we should have not being doing this
outside of Maple. I would like to see a better fix to this problem
>> From: Theodore Kolokolnikov
>
> > From: "Dr Francis J. Wright"
> > | >> From: "Nathan Sokalski"
> > |
> > | Question #1:
> > | When plotting a list of 3D graphics using display() (from the plots
> > | package), my plot (and the axes) took up only about 1/3 of the space
inside]
> > | ...
> >
> > I think the extra space is to allow for possible rotations.
>
> I am not sure that it is necessary. Consider for instance an example
> from Maple's help page:
>
> with(plottools):
> c := torus([1,1,1], 1, 5):
> plots[display](c, scaling=constrained);
>
> The result is a graph whose height and width are 3 times bigger than
> neccesary, even accounting for rotations. I agree with Nathan and
> Edgardo that this really is a problem, especially if you try to export
> the graph to another application; the only decent way I found of doing
> this is to use the handles so that the graph takes up the whole window
> (in which case the torus itself takes 1/3 of a window) and then clipping
> the torus itself with graphics software. One should not have to go
> through this just to get a decent Maple picture.
>
> Does anyone have a better workaround?
>
> Theodore.
--
Herman Jaramillo phone: 713-689-6503
Research Geophysicist fax : 713-689-6100
Baker Hughes (Western Geophysical) email:
3600 Briarpark Drive (77042-5275)
P.O. Box 2469
Houston, Texas 77252-2469
|
[View Complete Thread]
Previous by date: [MUG] Re: Plane Figures, Herman Jaramillo
Next by date: [MUG] Re: Maple in Mac-on-Linux, Bill Bauldry
Previous thread: [MUG] Bug in sum ?, Jean Brillet
Next thread: [MUG] Re: Maple in Mac-on-Linux, Bill Bauldry
|
|
|