Re: [Matplotlib-users] Agg complexity exceeded

2010-03-12 Thread John Hunter
Note that there is a significant bug in the path.simplify code in the latest released version that is fixed in svn. The simplification should not be visible to the human eye. Please try the release candidate at http://drop.io/xortel1# if you don't have access to svn JDH On Fri, Mar 12, 2010

Re: [Matplotlib-users] Agg complexity exceeded

2010-03-12 Thread John Hunter
On Fri, Mar 12, 2010 at 12:15 PM, Eric Firing wrote: > This example is mostly obsolete--the clipping procedure is built-in. (The > value added by the example is the change in marker style.) Right, which is what I was trying to get at in the following: While this may not solve your case, becau

Re: [Matplotlib-users] Agg complexity exceeded

2010-03-12 Thread Eric Firing
John Hunter wrote: > On Fri, Mar 12, 2010 at 8:30 AM, Tornes, Ivan E wrote: >> I’m working on a project that handles large data sets. Up to this point I >> had not had any issues using matplotlib, but I tried yesterday to have it >> plot a file that had 8 million float,float pairs in it and dies

Re: [Matplotlib-users] Agg complexity exceeded

2010-03-12 Thread John Hunter
On Fri, Mar 12, 2010 at 8:30 AM, Tornes, Ivan E wrote: > I’m working on a project that handles large data sets.  Up to this point I > had not had any issues using matplotlib, but I tried yesterday to have it > plot a file that had 8 million float,float pairs in it and dies with the > following mes