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

Home » Public Forums » archive » Color problem.
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
Color problem. [message #80104] Fri, 04 May 2012 06:48
d.poreh is currently offline  d.poreh
Messages: 406
Registered: October 2007
Senior Member
Folk
hi,
I need to plot some point with different color like this:

IDL> p = plot(vert[0,*],vert[1,*], 'or', /SYM_FILLED, SYM_SIZE=0.5, NAME='Red data')
IDL> p1 = plot(vert[0,*],vert[4,*], 'ob', /SYM_FILLED, /OVERPLOT,SYM_SIZE=0.5, NAME='Smoothed',/undoc)
IDL> p1 = plot(vert[0,*],vert[2,*], 'og', /SYM_FILLED, /OVERPLOT,SYM_SIZE=0.5, NAME='Smoothed',/undoc)
IDL> p1 = plot(vert[0,*],vert[3,*], 'oo', /SYM_FILLED, /OVERPLOT,SYM_SIZE=0.5, NAME='Smoothed',/undoc)

how many color we have like this: 'or', 'ob', 'og' ..... i need some more color and i do not know the abbreviation for them!
any help would be appreciated,
Cheers,
Dave
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: IDL 8.1 , SVN & eclipse
Next Topic: Re: Color problem.

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

Current Time: Wed Oct 08 11:40:27 PDT 2025

Total time taken to generate the page: 0.00485 seconds