[racket] Plot woes

From: Eli Barzilay (eli at barzilay.org)
Date: Tue May 29 02:45:37 EDT 2012

On Thursday, Neil Toronto wrote:
> 
> I just pushed a fix for this. The following now works as you'd expect:
> 
> #lang racket
> 
> (require plot)
> 
> (plot (list (function (compose / exact->inexact) -1 0)
>              (function (compose / exact->inexact) 0 1)))
> 
> (plot (list (function / -1 -0.01)
>              (function / 0.01 1)))

This still doesn't work:

  (plot (list (function / -249.0 250.0)))

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!

Posted on the users mailing list.