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

Home » Public Forums » archive » Re: iPlot Axes Colour
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: iPlot Axes Colour [message #77135 is a reply to message #77134] Thu, 04 August 2011 09:00 Go to previous messageGo to previous message
Mark Piper is currently offline  Mark Piper
Messages: 198
Registered: December 2009
Senior Member
On 8/4/2011 9:39 AM, David Fanning wrote:
> Mark Piper writes:
>
>>
>> On 8/4/2011 9:24 AM, David Fanning wrote:
>>> Mark Piper writes:
>>>
>>>> Try the STYLE keyword:
>>>>
>>>> IDL> iplot, /test, style='idl classic'
>>>
>>> How do you change the color of the data when you do
>>> this, though? This doesn't seem to work:
>>>
>>> IDL> iplot, /test, style='idl classic', color=[30,144,255]
>>>
>>> Cheers,
>>>
>>> David
>>
>> Erm, this shows how often I use itools. How about this:
>>
>> x = findgen(10)
>> iplot, x, style='idl classic', /nodata
>> iplot, x, color=[200,0,0], /overplot
>
> I understand why. They are incomprehensible! Why
> doesn't *this* work, for example, following your
> example!?
>
> iplot, /test, /nodata
>
> Sheesh!
>
> Cheers,
>
> David
>
>

TEST is an undocumented keyword used by the developers to get a plot on
the screen, quickly. It would be at odds to use it with NODATA.

mp
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: multi-color (time-series) line plot
Next Topic: How do I change time on a dataset

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

Current Time: Sun Oct 12 04:37:06 PDT 2025

Total time taken to generate the page: 1.59801 seconds