On 05/29/2012 12:45 AM, Eli Barzilay wrote:
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)))

That's a separate issue that I haven't decided how to resolve yet.

Neil ⊥
____________________
 Racket Users list:
 http://lists.racket-lang.org/users

Reply via email to