coyote graphics /iso command [message #85054] |
Thu, 27 June 2013 05:27  |
Petros Syntelis
Messages: 32 Registered: June 2013
|
Member |
|
|
Hi,
I am using the cg graphics, and i save an image using a code like:
ps_start, fi='', /encaps
cgcontour, ... ,/iso
ps_end
The resulting file, due to the /iso command has a large blank space on the right, which makes it difficult to tile multiple images in latex
How can i fix this to have an image with the scaling of the /iso plot?
Thanks,
Petros
|
|
|
Re: coyote graphics /iso command [message #85055 is a reply to message #85054] |
Thu, 27 June 2013 05:48   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Petros Syntelis writes:
> I am using the cg graphics, and i save an image using a code like:
>
> ps_start, fi='', /encaps
> cgcontour, ... ,/iso
> ps_end
>
> The resulting file, due to the /iso command has a large blank space on the right, which makes it difficult to tile multiple images in latex
> How can i fix this to have an image with the scaling of the /iso plot?
The ISOTROPIC keyword is being handled by IDL, not by cgContour. The
cgContour command has the more useful ASPECT keyword to control the plot
aspect ratio, which you can use instead to achieve the same effect.
I've always thought the ISOTROPIC keyword was broken on the Contour
command anyway, so give me a couple of minutes and I'll define this for
cgContour so that it works correctly.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|
|
Re: coyote graphics /iso command [message #85057 is a reply to message #85054] |
Thu, 27 June 2013 06:34  |
Petros Syntelis
Messages: 32 Registered: June 2013
|
Member |
|
|
David, thank you very much for your extremely quick reply!!
Petros
On Thursday, June 27, 2013 3:27:53 PM UTC+3, Petros Syntelis wrote:
> Hi,
>
>
>
> I am using the cg graphics, and i save an image using a code like:
>
>
>
> ps_start, fi='', /encaps
>
> cgcontour, ... ,/iso
>
> ps_end
>
>
>
> The resulting file, due to the /iso command has a large blank space on the right, which makes it difficult to tile multiple images in latex
>
> How can i fix this to have an image with the scaling of the /iso plot?
>
>
>
> Thanks,
>
> Petros
|
|
|