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

Home » Public Forums » archive » 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
labeling is not visible in postscript output [message #76462] Thu, 09 June 2011 07:41
abc is currently offline  abc
Messages: 46
Registered: March 2011
Member
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
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Concatenating arrays - speed issues?
Next Topic: Re: openr or openw with COMPRESS flag broken for large data files

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

Current Time: Thu Oct 09 21:24:51 PDT 2025

Total time taken to generate the page: 0.48259 seconds