[racket] Plot woes

From: Neil Toronto (neil.toronto at gmail.com)
Date: Tue May 29 13:55:53 EDT 2012

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 ⊥

Posted on the users mailing list.