[plt-scheme] PLoT and legends

From: Doug Williams (m.douglas.williams at gmail.com)
Date: Sat Aug 15 15:55:09 EDT 2009

My own plot routines are all in Scheme with no external libraries.

On Sat, Aug 15, 2009 at 12:15 PM, Eli Barzilay <eli at barzilay.org> wrote:

> On Aug 15, Doug Williams wrote:
> > We really need more complete plot capability - there are many
> > limitation of the current one that you'll run into. I've written
> > some that I use in my own work, but the aren't documented, nor are
> > the on PLaneT. It's something I'm hoping to get into Schemelab at
> > some point.
>
> FWIW, there is no good reason to have it use an external library,
> since all of the plotting can be done within mred.  The only C code
> that is needed is the curve fitting thing, and my guess is that even
> that would be simple for someone who remembers the math (I don't...).
>
> --
>          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
>                    http://barzilay.org/                   Maze is Life!
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20090815/f10a8f16/attachment.html>

Posted on the users mailing list.