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"><<a href="mailto:eli@barzilay.org">eli@barzilay.org</a>></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>
> We really need more complete plot capability - there are many<br>
> limitation of the current one that you'll run into. I've written<br>
> some that I use in my own work, but the aren't documented, nor are<br>
> the on PLaneT. It's something I'm hoping to get into Schemelab at<br>
> 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'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>