Re: [Matplotlib-users] Buggy 2D plot with ylim and large y values

2008-09-03 Thread Fredrik Johansson
On Wed, Sep 3, 2008 at 6:37 AM, Tony S Yu [EMAIL PROTECTED] wrote: I may be missing something here, but everything plots fine *if you remove the call to ylim*. Note that the minimum y value is 194.213. I wouldn't expect to see anything if none of the data is between y = -40 .. 40. Sorry if

[Matplotlib-users] Buggy 2D plot with ylim and large y values

2008-09-02 Thread Fredrik Johansson
Hi, I've encountered what appears to be a bug in matplotlib-0.98.3 (Windows XP, Python 2.5). The following plot of a function with poles displays garbage (large filled boxes instead of a curve). There's large variation in the y values, but not so large that this shouldn't be possible to plot

Re: [Matplotlib-users] Buggy 2D plot with ylim and large y values

2008-09-02 Thread Tony S Yu
On Sep 2, 2008, at 6:56 PM, Fredrik Johansson wrote: Hi, I've encountered what appears to be a bug in matplotlib-0.98.3 (Windows XP, Python 2.5). The following plot of a function with poles displays garbage (large filled boxes instead of a curve). There's large variation in the y values,