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

Home » Public Forums » archive » Axis units outside the page boundary when using PS_star
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Axis units outside the page boundary when using PS_star [message #89167] Wed, 30 July 2014 07:57 Go to previous message
DAVIDE LENA is currently offline  DAVIDE LENA
Messages: 22
Registered: September 2011
Junior Member
Hello,
I am trying to plot few histograms into an eps, into the same reference axes with the code given below, but the x-axis label goes out of the page.
Is there any way that I can fix it without changing font size or YSIZE?
Thanks in advance.
Regards

PS_Start, /encapsulated, FILENAME = 'NGC1386_vel_distribution.eps', FONT = -1
fits_read, 'file1.fits', vn
cgHistoplot, vn, BIN=10, /FREQUENCY, COLOR = 'black', /OUTLINE, $
XRANGE = [xrl,xrh], YRANGE = [yrl,yrh], XTITLE = 'km ' + TexToIDL('s^{-1}')


fits_read, 'file2.fits', vbb
cgHistoplot, vbb[w2], BIN=10, /FREQUENCY, COLOR = 'blue', /OPLOT, $
/OUTLINE, OL_STYLE = 3, LINE_THICK = 6


fits_read, 'file2.fits', vbr
cgHistoplot, vbr[w3], BIN=10, /FREQUENCY, COLOR = 'red', linestyle = 2, /oplot, /OUTLINE, OL_STYLE = 2
PS_END
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: [ANN] MIDLE - Almost an Alternative to EXECUTE
Next Topic: NETCDF Read

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

Current Time: Thu Oct 09 23:47:29 PDT 2025

Total time taken to generate the page: 0.16357 seconds