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

Home » Public Forums » archive » conditional plot
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: conditional plot [message #87697 is a reply to message #87692] Sun, 23 February 2014 15:51 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Nims writes:

> I want to do a conditional overplot like
>
> if a eq 'A' and b eq 'B' then not oplot,x,y
>
> I mean that if the two conditions are satisfied then don't do the overplot. How can I do this? Could someone please help me?

IF (a NE 'A') OR (b NE 'B') THEN OPlot, x, y

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: The eventhandler Mechanism for basewidget.
Next Topic: possible cgContour bug

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

Current Time: Wed Oct 08 19:29:24 PDT 2025

Total time taken to generate the page: 0.00397 seconds