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

Home » Public Forums » archive » Re: contours and Z device
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: contours and Z device [message #12209] Wed, 08 July 1998 00:00 Go to previous message
Vap User is currently offline  Vap User
Messages: 31
Registered: April 1998
Member
rbianconi@my-dejanews.com writes:

I haven't tried the program, but isn't contour,/fill broken in IDL 5.0.[0,1,2] ?

>
> Hello, this little program attached works (under NT and Linux) with IDL
> 4.0.1, but not with IDL 5.0.2. It seems that when you are using the Z device
> and you ask the routine to plot a contour above the maximum value of your
> data, then an error occours in version 5.0.2. Instead, it works fine with
> vesion 4.0.1. Any comment ?
>
> Obviously I don't expect to see any contour from that! *smile*
>
> Ciao,
> Roberto
> _________________
> pro procont
>
> nx=10
> ny=10
>
> zzm=dblarr(nx,ny)
> xx=indgen(nx) & yy=indgen(ny)
>
> zzm(*,*)=0.d0
> zzm(5,5)= 1.d0
>
> set_plot,'win'
> contour,zzm,xx,yy,/fill,levels=2
>
> set_plot,'z'
> contour,zzm,xx,yy,/fill,levels=2
> device, /close
> end
>
>
>
> -----== Posted via Deja News, The Leader in Internet Discussion ==-----
> http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum

--
I don't speak for JPL, it doesn't speak for me.
Well, not all the time, at least.
William Daffer <vapuser@haifung.jpl.nasa.gov>
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Attention PV-WAVE Users - Announcing the IDL Trade Up Program!
Next Topic: Voronoi diagram

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

Current Time: Fri Oct 10 05:15:05 PDT 2025

Total time taken to generate the page: 0.32136 seconds