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

Home » Public Forums » archive » IDLgrContour is hiding
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
IDLgrContour is hiding [message #21587] Fri, 01 September 2000 14:31
promashkin is currently offline  promashkin
Messages: 169
Registered: December 1999
Senior Member
Hi,
I am having a problem with IDLgrContour. Is it a strange object, or is
it just me? I can't seem to make it show anything at all:

w = obj_new('IDLgrWindow')
v = obj_new('IDLgrView')
m = obj_new('IDLgrModel')
p = obj_new('IDLgrPlot', findgen(10))
c = obj_new('IDLgrContour', findgen(20, 20))
m -> add, p
m -> add, c
v -> add, m
w -> draw, v

and I see no indication of the Contour object in the window, although
Plot appears just fine. Aren't they both graphic atoms, so you use them
more or less in the same way? What's even more interesting, repeated
re-draw causes a floating-point error and actually removes even the plot
from the window. Leave alone that I tried it in a program first and it
caused a heavy crash of the entire OS :-(
Am I missing something?
TIA,
Pavel
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: reading dem
Next Topic: Re: what happened to time/date functions?

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

Current Time: Sat Nov 29 05:54:56 PST 2025

Total time taken to generate the page: 0.48139 seconds