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

Home » Public Forums » archive » Re: contour plot with extra values
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 plot with extra values [message #20367] Wed, 07 June 2000 00:00 Go to previous message
Andy Loughe is currently offline  Andy Loughe
Messages: 174
Registered: November 1995
Senior Member
uzs63c@uni-bonn.de wrote:
>
> hello,
> I am just a beginner in working with idl. so I did some contour plots
> and with all those postings here they are looking good! Now I try to add
> extra single values in the plot, which highlight the different maxima.
> But I don�t know how to do this. Can anybody help me?
> thanks sven


;;; How about "yanking" this example into your IDL terminal?
;;; contour, data, /over is the key!

; Regular contour plot.
data = dist(40)
levels = [2,4,6,8,10,12,14,16,18]
contour, data, levels=levels, /follow, /xs, /ys

; Additional emphasis added to contour level=20.
contour, data, levels=20, /over, thick=3, /follow
[Message index]
 
Read Message
Read Message
Previous Topic: reasons for truncated sav files
Next Topic: contour plot with extra values

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

Current Time: Fri Oct 10 22:39:51 PDT 2025

Total time taken to generate the page: 1.12513 seconds