Subject: plot2d(1/x,[x,0,1],[y,0,5]); => division by 0
From: Stavros Macrakis
Date: Thu, 17 Apr 2003 17:23:57 -0400
> What exactly is adaptive plotting?
It is an attempt to calculate enough points to make plots smooth. It is
not documented as such because in principle the user shouldn't have to
know anything about it.
Unfortunately, the algorithm it uses wasn't well thought-out, and its
rather heinous bugs do show through to the user....
-s