Re: Plot2d bugs 694770 and 710677



>>>>> "Raymond" == Raymond Toy <toy@rtp.ericsson.se> writes:

    Raymond> Assuming no news is good news :-), this adaptive plotting routine has
    Raymond> been committed, basically as is.

Well, adaptive plotting still needs work.

plot2d(bessel_j[0](x), [x, 0, 200])

does weird things for the regsion x > 150 or so.  Probably because
we're not sampling finely enough.  I have another patch that makes
the adaptive plotting honor nticks which should solve this.  Or at
least allow the user to specify a finer starting grid which makes
adaptive plotting work a bit better.


Ray