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

Home » Public Forums » archive » x-axis label in plot procedure
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
x-axis label in plot procedure [message #82211] Sat, 01 December 2012 16:17 Go to next message
justinclouds is currently offline  justinclouds
Messages: 25
Registered: December 2012
Junior Member
This is probably simple for experienced users but not for me!

I am plotting plots on top of each other. They are all time series and I just want the time x-axis labels displayed in the bottom plot. In the 'plot' procedure, how do I remove the x-axis label (while keeping the x-axis i.e. just removing the time).

The code looks like this:

pp1 = PLOT(x, y, 'r', $
xrange=[70000,85000], $
yrange=[1,10000], $
font_size=10, $
POSITION=[.12,.75,.9,.95], $
LINESTYLE = 'solid_line', $
/ylog, $
title = datefninput, $
;XTITLE = 'Time (UTC)', $
YTITLE = 'Conc (npmg)')
Re: x-axis label in plot procedure [message #82327 is a reply to message #82211] Tue, 04 December 2012 10:54 Go to previous message
Paul Van Delst[1] is currently offline  Paul Van Delst[1]
Messages: 1157
Registered: April 2002
Senior Member
Hello,

By "on top of each other" do you mean overplotting, or a grid of plots
on a page?

On 12/01/12 19:17, justinclouds wrote:
> This is probably simple for experienced users but not for me!
>
> I am plotting plots on top of each other. They are all time series
> and I just want the time x-axis labels displayed in the bottom plot. In the
> 'plot' procedure, how do I remove the x-axis label (while keeping the
> x-axis i.e. just removing the time).
>
> The code looks like this:
>
> pp1 = PLOT(x, y, 'r', $
> xrange=[70000,85000], $
> yrange=[1,10000], $
> font_size=10, $
> POSITION=[.12,.75,.9,.95], $
> LINESTYLE = 'solid_line', $
> /ylog, $
> title = datefninput, $
> ;XTITLE = 'Time (UTC)', $
> YTITLE = 'Conc (npmg)')
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Debugger problems IDL8.2.1
Next Topic: Box Axes with Map Function

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

Current Time: Wed Oct 08 15:06:29 PDT 2025

Total time taken to generate the page: 0.00479 seconds