My own plot routines are all in Scheme with no external libraries.<br><br><div class="gmail_quote">On Sat, Aug 15, 2009 at 12:15 PM, 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 Aug 15, Doug Williams wrote:<br>
&gt; We really need more complete plot capability - there are many<br>
&gt; limitation of the current one that you&#39;ll run into. I&#39;ve written<br>
&gt; some that I use in my own work, but the aren&#39;t documented, nor are<br>
&gt; the on PLaneT. It&#39;s something I&#39;m hoping to get into Schemelab at<br>
&gt; some point.<br>
<br>
</div>FWIW, there is no good reason to have it use an external library,<br>
since all of the plotting can be done within mred.  The only C code<br>
that is needed is the curve fitting thing, and my guess is that even<br>
that would be simple for someone who remembers the math (I don&#39;t...).<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></blockquote></div><br>