[plt-scheme] PLoT and legends

From: Eli Barzilay (eli at barzilay.org)
Date: Sat Aug 15 14:15:47 EDT 2009

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!


Posted on the users mailing list.