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

Home » Public Forums » archive » Re: Tick mark label with !P.Multi
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: Tick mark label with !P.Multi [message #76520 is a reply to message #76519] Fri, 17 June 2011 07:44 Go to previous messageGo to previous message
Alexa is currently offline  Alexa
Messages: 8
Registered: June 2011
Junior Member
On Jun 17, 10:22 am, Jeremy Bailin <astroco...@gmail.com> wrote:
> xtickformat='(A1)'

Thanks for replying Jeremy but that makes all the tick mark labels go
away. I have an image with two columns of plots and I would like for
only the bottom two plots to have labels. Here is a stripped down
version of my plotting code if that helps.

!P.Multi=[0,2,10,0,1]

;;Plot radial velocities for each absorption feature
FOR nt=0, N_ELEMENTS(Transition)-1 DO BEGIN
ReadCol, Transition[nt], wavelength, flux, sigma, format='f,f,f'
plot, Velocity, flux, xrange=[-500, 500], xstyle=1, xminor=1,
yminor=1,$
ytickformat='(a1)',xtickformat='(a1)', psym=10
oplot, Velocity, sigma
xyouts, 300, 0, Transition[nt]
ENDFOR

!P.Multi=0
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Tick mark label with !P.Multi
Next Topic: Venn Diagram in IDL?

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

Current Time: Sat Oct 11 15:26:47 PDT 2025

Total time taken to generate the page: 0.63709 seconds