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

Home » Public Forums » archive » Surface movie problems: plot changes size
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: Surface movie problems: plot changes size [message #30907 is a reply to message #30812] Wed, 22 May 2002 11:21 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Paul Sorenson (aardvark62@msn.com) writes:

> In response to Dave's question, !P.T3D is mentioned in the documentation for
> the T3D command, but I'm not sure where I originally picked up that trick.

Ah, *now* I remember! I used to solve the
problem like this:

PRO ROTATE_SURFACE
data = Dist(30)
window, xs=400, ys=400
FOR j=0,36 DO BEGIN
Scale3, AZ=(j*10), xrange=[0,30], $
yrange=[0,30], zrange=[0 < min(data), max(data)]
Surface, data, /t3d
Wait, 0.1
ENDFOR
END

But I see I was forgetting to set the T3D keyword
on the Surface command the other day when I was trying
to get this to work.

Do you see why I maintain a web page? I've only
solved this particular problem 20 times, and I
*still* can't remember how to do it on the fly. :-(

Off to the web page with you!

Cheers,

David

P.S. Let's just say I hope I can remember I saved it
over *there* next time. :-(

--
David W. Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: ICG Library
Next Topic: ActiveX

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

Current Time: Sun Oct 12 02:23:04 PDT 2025

Total time taken to generate the page: 0.55897 seconds