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

Home » Public Forums » archive » Plot3D bug in 8.1
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Plot3D bug in 8.1 [message #75912] Mon, 09 May 2011 06:13 Go to previous message
David Grier is currently offline  David Grier
Messages: 35
Registered: July 2010
Member
Dear Folks,

I've confirmed that the following code works in IDL 8.0.1
but fails in 8.1, even though the documentation for Plot3D
has not changed between the two versions:

x = randomu(seed, 100)
y = randomu(seed, 100)
z = randomu(seed, 100)
orb = orb()
p = plot3d(x, y, z, SYM_OBJECT = orb)

In IDL 8.0.1, this creates an object graphics plot with
spheres at the vertices.

By contrast, IDL 8.1 emits the following error message,
and no plot:
% PLOT3D: Unknown property: SYM_OBJECT
% Execution halted at: $MAIN$

This quite clearly is a bug, therefore.

Strangely enough, iplot still understands the SYM_OBJECT keyword
in IDL 8.1.

All the best,

David
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Problem using the method List->ToArray()
Next Topic: Re: Problem using the method List->ToArray()

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

Current Time: Wed Oct 08 18:25:23 PDT 2025

Total time taken to generate the page: 0.00477 seconds