It is based on PLplot, which is a C package. There has not been any real maintenance to it that I know of recently. Matthew updated it to work with newer version of PLT Scheme at some point. The science collection uses it for it&#39;s plots. But, I ended up writing my own plot routines for my own analysis. Unfortunately, they really aren&#39;t in a state to put on PLaneT yet.<br>
<br>Doug<br><br><div class="gmail_quote">On Fri, Dec 4, 2009 at 7:51 AM, Eli Barzilay <span dir="ltr">&lt;<a href="mailto:eli@barzilay.org">eli@barzilay.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Dec  4, Robby Findler wrote:<br>
&gt; I think that this is a bug in plot. The plot that shows up seems to<br>
&gt; have negative numbers, but this function is positive everywhere. Is it<br>
&gt; possible this is an ffi bug?<br>
&gt;<br>
&gt; (plot (line (ë (x) (expt (expt pi x) x)))<br>
&gt;       #:x-min -10<br>
&gt;       #:x-max 10<br>
&gt;       #:y-min -100000<br>
&gt;       #:y-max 100000)<br>
<br>
</div>Looks like some kind of a problem in the way it draws really big<br>
numbers.  I don&#39;t remember the details, but I think that it calls out<br>
to Scheme to return the numbers, but the drawing etc is all in C.<br>
(For no good reason -- the whole thing can be done much better in<br>
Scheme....)<br>
<font color="#888888"><br>
--<br>
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:<br>
                    <a href="http://barzilay.org/" target="_blank">http://barzilay.org/</a>                   Maze is Life!<br>
</font><div><div></div><div class="h5">_________________________________________________<br>
  For list-related administrative tasks:<br>
  <a href="http://list.cs.brown.edu/mailman/listinfo/plt-dev" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-dev</a><br>
</div></div></blockquote></div><br>