[plt-dev] bug in plot?

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Fri Dec 4 09:35:50 EST 2009

I think that this is a bug in plot. The plot that shows up seems to
have negative numbers, but this function is positive everywhere. Is it
possible this is an ffi bug?

(plot (line (λ (x) (expt (expt pi x) x)))
      #:x-min -10
      #:x-max 10
      #:y-min -100000
      #:y-max 100000)

Robby


Posted on the dev mailing list.