[Matplotlib-users] Matplotlib sphinx extension crashes Python

2010-03-23 Thread Fredrik Johansson
Hi, I'm having trouble getting the sphinx matplotlib extensions to work. After adding "'matplotlib.sphinxext.plot_directive'" to the extension list for my documentation project, when running the sphinx build script, Python immediately crashes ("python.exe has encountered a problem and needs to clo

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 >

[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 corre