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

Home » Public Forums » archive » Re: labeling is not visible in postscript output
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: labeling is not visible in postscript output [message #76461] Thu, 09 June 2011 07:44 Go to next message
abc is currently offline  abc
Messages: 46
Registered: March 2011
Member
On Jun 9, 4:41 pm, abc <deearvin...@gmail.com> wrote:
> Dear all,
>               I am in small trouble. when I saw my IDL plot on window
> its look fine. But when I tried to save that plot as .ps then in the
> output the labeling of the axis and the scale of the axis is not
> visible. Here is my program shows how I am saving my output.
>
> SET_PLOT, 'PS'
> DEVICE,file='contour_plot.ps'
> contour,a,b,c,/irregular,c_labels=[1,1,1,1],nlevels=500,/xst ,/yst,/
> fill,Position=[0.1, 0.1, 0.9, 0.80]
> contour,a,b,c,/
> irregular,c_labels=[1,1,1,1],levels=[0.0027,0.0029,0.0030,0. 0040],c_colors=[255,0,0,255],/
> overplot
> device,/close
> set_plot,'x'
>
> thanks in advance

How can we use re-sizable window in the above program like ,/window to
save the plots interactively.
Re: labeling is not visible in postscript output [message #76596 is a reply to message #76461] Fri, 10 June 2011 10:26 Go to previous message
Jeremy Bailin is currently offline  Jeremy Bailin
Messages: 618
Registered: April 2008
Senior Member
Use David's cgContour instead of contour

http://www.idlcoyote.com/documents/programs.php

-Jeremy.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Creating Polygon Shapefile with IDL
Next Topic: map_proj_init

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

Current Time: Wed Oct 08 15:14:59 PDT 2025

Total time taken to generate the page: 0.00585 seconds