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

Home » Public Forums » archive » Re: oplot problem
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: oplot problem [message #17800 is a reply to message #17796] Fri, 05 November 1999 00:00 Go to previous messageGo to previous message
Joe Means is currently offline  Joe Means
Messages: 44
Registered: November 1996
Member
Kristine Hensel wrote:

> Hi,
>
> I'm running IDL version 5.1.1 under Solaris, and I'm having problems
> with flaky behavior of oplot.
>
> For example, when I run the following ...
>
> !p.multi = [0,1,2]
>
> loadct, 39 ; Load Rainbow color table
>
> ; Plot to n/2; higher indices contain
> ; aliased frequencies:
> plot, abs(fft_padded_bz[0:n/2]), charsize=2, ticklen=-0.02 ; Plot 1
> oplot, abs(no_peak_fft[0:n/2]), color=30
>
> plot, time_vector, bz, charsize=2 ; Plot 2
> oplot, flat_bz, color=35
> oplot, inverse_fft, color=60
>
> ... the first plot has 2 signals and the second plot has only 1. I've
> run into invisible oplots before, and never figured it out.
>
> Is there an obvious reason for this problem?
>
> Thanks,
> Kristine
>
> Kristine Hensel Phone: (303) 497-1539
> High Altitude Observatory/NCAR E-mail: hensel@ucar.edu
> P.O. Box 3000 Office: FL2 3070
> Boulder, CO 80307-3000

Howdy, How about looking at the values you are trying to plot. Perhaps
with something like:

print, bz[0:10]
print, flat_bz[0:10]
print, inverse_fft[0:10]

The values in bz set the limits on the Y axis. Perhaps flat_bz[0:10] and
inverse_fft[0:10] are outside these values?

Joe Means
  • Attachment: means.vcf
    (Size: 0.26KB, Downloaded 83 times)
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Xinteranimate "Unable to create pixmap" error
Next Topic: oplot problem

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

Current Time: Sun Nov 30 14:21:20 PST 2025

Total time taken to generate the page: 0.08009 seconds