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

Home » Public Forums » archive » Re: Contour shading (patterns)
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: Contour shading (patterns) [message #2230 is a reply to message #2229] Fri, 17 June 1994 08:52 Go to previous message
rice is currently offline  rice
Messages: 1
Registered: June 1994
Junior Member
> I post this about every 3 months... does anyone yet have a solution?
>
> The problem is to produce a simple contour plot where, instead of filling
> between the contour lines with different colors, one fills between the
> contour lines with a specified dot or line pattern.
>
> "IDL Wizard of the Year" honors to one who has the solution.
>
> --
> ,__o Andrew F. Loughe (Mail Code 971)
> -\_<, NASA Goddard Space Flight Center phone: (301) 286-5899
> (*)/'(*) Greenbelt, MD 20771 email: andy.loughe@gsfc.nasa.gov

Look up contour in the IDL Reference Manual (pp. 1-44 thru 1-50). The
following example shows just a few of the keywords available to contour.

z = shift(dist(40), 20, 20)
z = exp(-(z/10)^2)
contour, z, c_orientation=[30, 60, 90, 120, 150], nlevel=8,c_thick=2, $
c_linestyle=[0,2]

-Matt Rice
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Profiling tools for IDL
Next Topic: IDL and 24 Bits

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

Current Time: Fri Oct 10 22:11:28 PDT 2025

Total time taken to generate the page: 0.63970 seconds