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

Home » Public Forums » archive » Re: switch off axis labeling
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
Re: switch off axis labeling [message #12169] Mon, 29 June 1998 00:00
davidf is currently offline  davidf
Messages: 2866
Registered: September 1996
Senior Member
Cathy Saute (csaute3@alumni.umbc.edu) writes:

> I am implementing this method to rid of x axis labels and my plot looks
> fine, but occasionally get an error message after my plot command:
>
> % Program caused arithmetic error: Floating overflow
>
> Is there a way to get rid of this error message?
> Some way to check the data before the plot command?
> I have an end-user of my program who thinks something is wrong
> anytime he sees this error message.
>

I don't recommend this for everyone, but for this user, you
could bracket the command that causes the warning with !Quiet=1
and !Quiet=0. :-)

IF !Bob THEN !Quiet = 1
Plot, data
IF !Bob THEN !Quiet = 0

Cheers,

David

---
David Fanning, Ph.D.
Fanning Software Consulting
E-Mail: davidf@dfanning.com
Phone: 970-221-0438
Coyote's Guide to IDL Programming: http://www.dfanning.com/
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: IDL code for multi-dimensional FFT analysis
Next Topic: opening IDl files in NT

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

Current Time: Fri Oct 10 10:56:44 PDT 2025

Total time taken to generate the page: 2.30955 seconds