The problem does seem to be in PLoT.  When I run demo-1.ss (in C:\Program Files\PLT-FULL-3.99.0.8\collects\plot\demos on my machine), it generally has an empty plot.  Occasionally it will show the plot - maybe 1 time in 10 or so, the other times it is just the axes and labels.  [Don't be confused by the image in the source file, which also prints out when evaluated.  I just comment it out or delete it.  Then just hit the run button repeatedly.  Also, it has to be run in the Pretty Big language because of build-list.]
<br><br>I also checked it with some of the science collections tests (for example, uniform-int-histogram-int-example.ss in the example subdirectory of the science collection, which doesn&#39;t have the subcollection reference problem).&nbsp; It exhibits the same behavior.
<br><br>For the PLaneT subcollection problem, the exact error message I get is: bernoulli-example.ss:1:9: planet: bad module path in: (planet &quot;bernoulli.ss&quot; (&quot;williams&quot; &quot;science.plt&quot;) &quot;random-distributions&quot;).&nbsp; But, (require (planet &quot;
science.ss&quot; (&quot;williams&quot; &quot;science.plt&quot;))) works fine.<br><br>But there is a noticeable speedup in the overall test execution.<br><br><div class="gmail_quote">On Jan 3, 2008 3:25 PM, Doug Williams &lt;
<a href="mailto:m.douglas.williams@gmail.com">m.douglas.williams@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I tried running the science collection examples in 3.99.&nbsp; Most of the plots were just empty, so I need to see if it&#39;s a problem with the PLoT package or with my code.&nbsp; [They didn&#39;t error, just gave empty plots.]&nbsp; For the ones that did run and which are computationally intensive (with flonums) - like Chebyshev evaluation and (especially) the ordinary differential equation solvers - they &#39;seemed&#39; much faster.&nbsp; But, it&#39;s anecdotal - I just eyeballed it.&nbsp; I have to track down my uses of set-cdr!, etc in the simulation collection before I try any of my larger examples there.
<br><br>One interesting problem came up.&nbsp; Has the use of subcollections in PLaneT changed with 3.99?&nbsp; For example, (require (planet &quot;bernoulli.ss&quot; (&quot;williams&quot; &quot;science.plt&quot;) &quot;random-distributions&quot;)) says it can&#39;t find the file, but it works fine in V372 (and before).
<br><font color="#888888"><br>Doug</font><div><div></div><div class="Wj3C7c"><br><br><br><div class="gmail_quote">On Dec 28, 2007 3:55 PM, Noel Welsh &lt;<a href="mailto:noelwelsh@gmail.com" target="_blank">noelwelsh@gmail.com
</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Joyous day! &nbsp;Should my code run in 3.99 I&#39;ll do some benchmarking.<br><font color="#888888"><br>N.<br></font><div><div></div><div><br>On Dec 28, 2007 10:52 PM, Matthew Flatt &lt;<a href="mailto:mflatt@cs.utah.edu" target="_blank">

mflatt@cs.utah.edu</a>&gt; wrote:<br>&gt; The latest in SVN (v3.99.0.7) includes new JIT support on x86 for<br>&gt; inlining flonum (i.e., inexact real) arithmetic. I expect to fill in<br>&gt; x86_64 and PPC support next week.
<br>&gt;<br>&gt; This change makes inexact-heavy microbenchmarks run 2-3 times as fast.<br>&gt; It might be useful for real programs, too, but I don&#39;t seem to have any<br>&gt; interesting floating-point applications to try out.
<br>&gt;<br>&gt; Matthew<br>_________________________________________________<br> &nbsp;For list-related administrative tasks:<br> &nbsp;<a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme
</a><br></div></div></blockquote></div><br>
</div></div></blockquote></div><br>