<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Which is just absolutely amazing. But then, just on a total whim, I used the mouse to... grab and turn it ?!??   JAW DROPS OPEN HERE.<br></blockquote><div><br></div><div>Wow, that is cool!</div><div><br></div><div>For those who want to try that right away, here is a snippet taken from the docs:</div>

<div> </div><div>#lang racket</div><div>(require plot)</div><div>(plot3d (list (surface3d (ë (x y) (+ (sqr x) (sqr y))) -1 1 -1 1</div><div>                           #:label &quot;z = x^2 + y^2&quot;)</div><div>                (surface3d (ë (x y) (- (+ (sqr x) (sqr y)))) -1 1 -1 1</div>

<div>                           #:color 4 #:line-color 4</div><div>                           #:label &quot;z = -x^2 - y^2&quot;))) </div><div><br></div><div><br></div><div>(actually that&#39;s a seven-liner ;) )</div><div>

<br></div><div>Laurent</div></div>