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 #77137 is a reply to message #77136] Thu, 04 August 2011 08:34 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: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

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: Fri Oct 10 20:39:28 PDT 2025

Total time taken to generate the page: 0.48131 seconds