I loaded the latest nightly build (version 5.2.0.4--2011-11-27(462a348/a) [3m]) on my Scientific Linux 6.0 machine (also 64-bit) and it runs fine with or without the commented lines there, too.<br><br><div class="gmail_quote">
2011/12/6 Doug Williams <span dir="ltr">&lt;<a href="mailto:m.douglas.williams@gmail.com">m.douglas.williams@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
It runs fine for me on Racket Version 5.2 [3m], 64-bit, under Windows 7, with or without the commented lines. I can try on my work machine using the nightly build in the morning. But I work the plot package pretty heavily there (using a recent nightly build) with no problems.<div class="HOEnZb">
<div class="h5"><br>
<br><div class="gmail_quote">On Tue, Dec 6, 2011 at 3:13 AM, Marijn <span dir="ltr">&lt;<a href="mailto:hkBst@gentoo.org" target="_blank">hkBst@gentoo.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
So I just wanted to repost this to dev for the record.<br>
<br>
The program:<br>
<br>
;== start<br>
#lang racket<br>
<br>
(require plot)<br>
<br>
;(plot3d-diffuse-light? #f)<br>
;(plot3d-specular-light? #f)<br>
<br>
(plot3d (list (surface3d (ë (x y) (+ (sqr x) (sqr y))) -1 1 -1 1<br>
                           #:label &quot;z = x^2 + y^2&quot;)<br>
                (surface3d (ë (x y) (- (+ (sqr x) (sqr y)))) -1 1 -1 1<br>
                           #:color 4 #:line-color 4<br>
                           #:label &quot;z = -x^2 - y^2&quot;)))<br>
;== end<br>
<br>
produces:<br>
<br>
inexact-&gt;exact: no exact representation for +nan.0<br>
<br>
but when the commented lines are uncommented it does plot. The plot<br>
looks plausible, though apparently it should be possible to drag<br>
inside the plot area to change the view. This is not possible for me;<br>
the view is stuck from looking along the xy-plane onto the z-axis.<br>
<br>
Matthew has been trying to determine the cause via private email.<br>
Matthew, has any of the data I provided so far pointed you anywhere?<br>
Otherwise is there something else I can do to help debug?<br>
<br>
Marijn<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v2.0.18 (GNU/Linux)<br>
Comment: Using GnuPG with Mozilla - <a href="http://enigmail.mozdev.org/" target="_blank">http://enigmail.mozdev.org/</a><br>
<br>
iEYEARECAAYFAk7d6uIACgkQp/VmCx0OL2yVAQCdEaRC6AuBfrbUtFBXDJF4uBVh<br>
lJYAoIfI1nkHSURKjhdNeN4qX13I2vnm<br>
=NTTc<br>
-----END PGP SIGNATURE-----<br>
_________________________________________________<br>
  For list-related administrative tasks:<br>
  <a href="http://lists.racket-lang.org/listinfo/dev" target="_blank">http://lists.racket-lang.org/listinfo/dev</a></blockquote></div><br>
</div></div></blockquote></div><br>