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

Home » Public Forums » archive » screen capture of xplot3d
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: screen capture of xplot3d [message #74206 is a reply to message #74086] Sat, 01 January 2011 19:08 Go to previous messageGo to previous message
penteado is currently offline  penteado
Messages: 866
Registered: February 2018
Senior Member
Administrator
On Jan 2, 12:36 am, kedmond <kedm...@gmail.com> wrote:
> I agree, it's easier to do what I want in plot3d.pro, but the surface
> procedure that it uses to draw the plot symbols doesn't support IDL's
> graphical objects...unless I'm mistaken.  For example, for the really
> nice image I can make in xplot3d, I do something like the following
>
> oSphere1 = obj_new('orb', COLOR=coltet[*, 0], alpha_channel=alphaval)
> ...
> oSymbol1 = obj_new('IDLgrSymbol', oSphere1)
> ...
>
> xplot3d, x, y, z, symbol=[oSymbol1, oSymbol2  ... ]
>
> and I get the following:http://picasaweb.google.com/kedmond/IDLImages?feat =directlink
>
> So, for example, it'd be nice if that group of spheres, the 'orb'
> object, could rotate in an animation.  That's what I'm trying to do.

Would it not be something like

p=plot3d(indgen(10),indgen(10),indgen(10),sym_object=orb(col or=[255,0,0],radius=3.0))

?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: LIST extensions
Next Topic: division to move a decimal point

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

Current Time: Fri Oct 10 07:30:51 PDT 2025

Total time taken to generate the page: 2.24141 seconds