Re: [Matplotlib-users] Segmentation fault under Agg

2009-09-24 Thread Michael Droettboom
I committed a slightly tighter version of this that uses a rectangle based on the size of the image plus a border to accomodate the exact marker size. Probably makes very little difference, but I suppose if there was a dense field of markers outside of view, this might speed things up a bit mo

Re: [Matplotlib-users] Segmentation fault under Agg

2009-09-23 Thread John Hunter
On Wed, Sep 23, 2009 at 10:15 PM, John Hunter wrote: > On Wed, Sep 23, 2009 at 6:47 PM, Mike Nicolls wrote: >> I've encountered a segmentation fault using the Agg backend when making >> and saving a png plot.  The segmentation fault does not seem to occur >> under different backends (e.g. Cairo).

Re: [Matplotlib-users] Segmentation fault under Agg

2009-09-23 Thread John Hunter
On Wed, Sep 23, 2009 at 6:47 PM, Mike Nicolls wrote: > I've encountered a segmentation fault using the Agg backend when making > and saving a png plot.  The segmentation fault does not seem to occur > under different backends (e.g. Cairo). > > The sequence of commands amounts to making a plot, set

[Matplotlib-users] Segmentation fault under Agg

2009-09-23 Thread Mike Nicolls
I've encountered a segmentation fault using the Agg backend when making and saving a png plot. The segmentation fault does not seem to occur under different backends (e.g. Cairo). The sequence of commands amounts to making a plot, setting the limits of the plot, then saving the plot as a png u