comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Landscape plots the other way up...?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: landscape plots [message #21892 is a reply to message #1982] Thu, 28 September 2000 00:00 Go to previous messageGo to previous message
Liam E. Gumley is currently offline  Liam E. Gumley
Messages: 378
Registered: January 2000
Senior Member
Stuart Colley wrote:
> I tried using the /Landscape keyword to produce a Landscape plot when
> using the PS device, since the default is portrait. When viewing the
> resulting .ps file with ghostview, the ghostview window is changed to be
> landscape rather than portrait, but the plot is totally screwed up. Only
> about 5% of the image (image is a mixture of Plot and Tv) is in the
> window, and from what I can see of the image, it appears that it has been
> rotated through 180 degrees.
>
> Is there anything else I must do other than set /Landscape when using
> Device?

Displaying an image with plot overlays in PostScript Landscape mode is
so fiendishly difficult with TV that I wouldn't even try it. I'd use
IMDISP instead, which is designed to do this sort of thing
automatically, e.g.

set_plot, 'PS'
device, /landscape, /color, bits=8, filename='myimage.ps'
imdisp, dist(256), /axis, title='Frequency Distribution'
device, /close_file

Check out the source code at
http://cimss.ssec.wisc.edu/~gumley/imdisp.html

Cheers,
Liam.
http://cimss.ssec.wisc.edu/~gumley
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Draw widget mouse position error - follow up
Next Topic: Re: Large File Plotting

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 14:04:44 PDT 2025

Total time taken to generate the page: 1.19649 seconds