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 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: contour plot with extra values [message #20367] Wed, 07 June 2000 00:00
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
Re: contour plot with extra values [message #20370 is a reply to message #20367] Wed, 07 June 2000 00:00 Go to previous message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
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
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.


tray

oplot,x,y,color=10,psym=4,symsize=10

R.Bauer
  Switch to threaded view of this topic Create a new topic Submit Reply
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: Sat Oct 11 03:59:39 PDT 2025

Total time taken to generate the page: 0.80153 seconds