Re: !P.Multi Broken in IDL 8.0.1 [message #73293] |
Wed, 03 November 2010 13:43 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Mark writes:
> Perhaps you should change your alter ego from Coyote to Chicken
> Licken.
:-)
Let's just say IDL 8.0 has me REALLY confused most
of the day! It's hard to tell what is real and what is
justifiable paranoia. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
Re: !P.Multi Broken in IDL 8.0.1 [message #73296 is a reply to message #73293] |
Wed, 03 November 2010 13:34  |
Mark[1]
Messages: 66 Registered: February 2008
|
Member |
|
|
On Nov 3, 6:08 am, David Fanning <n...@dfanning.com> wrote:
> David Fanning writes:
>> OK, !P.Multi is just broken in IDL 8.0.1, the new patch.
>
> Whoops! Never mind.
Perhaps you should change your alter ego from Coyote to Chicken
Licken.
:-)
|
|
|
Re: !P.Multi Broken in IDL 8.0.1 [message #73340 is a reply to message #73296] |
Tue, 02 November 2010 10:08  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
David Fanning writes:
> OK, !P.Multi is just broken in IDL 8.0.1, the new patch.
>
> I just started IDL up, and here are the commands I typed
> at the IDL command line:
>
> IDL> data = Long(LoadData(1))
> IDL> data[40:49] = 999
> IDL> !p.multi=[0,1,2]
> IDL> plot, data
> IDL> plot, data, max_value=100
>
> Here is the graphic that resulted from these commands:
>
> http://www.dfanning.com/misc_tips/idl8_pmulti.png
>
> This is a BIG problem for me. :-(
Whoops! Never mind. My fault entirely! I ran a program
in my startup file that set !P.Position, something I don't
ordinarily do, but which is necessary for some book figures
I am creating. Naturally, you can't use both !P.MULTI and
position the plot at the same time.
Sorry for the bogus post.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|