Re: [Matplotlib-users] eps export files crash text processors

2006-07-13 Thread Darren Dale
On Thursday 13 July 2006 10:32, Martin Manns wrote: > > The bigger problem is that each file format has basic characteristics > > and limitations. If you draw a million markers and line segments, you > > are inevitably going to have a big postscript file, unless the > > postscript backend somehow

Re: [Matplotlib-users] eps export files crash text processors

2006-07-13 Thread Martin Manns
Hi all: > > When I use matplotlib for a scatter plot with both dots and connecting > > lines, the exported eps file is huge, if the distances between many points > > are small. I think of this as a bug, since no preview tiff is included in > > the generated eps and a variety of text processing app

Re: [Matplotlib-users] eps export files crash text processors

2006-07-08 Thread Darren Dale
On Friday 07 July 2006 3:30 pm, Eric Firing wrote: > Martin, > > When I try your example with svn matplotlib, I get a 34 MB eps file, and > looking at it, I don't see much room for making it smaller--there is one > obvious optimization, abbreviating "marker", but that's it. Thanks for the suggesti

Re: [Matplotlib-users] eps export files crash text processors

2006-07-07 Thread John Hunter
> "Eric" == Eric Firing <[EMAIL PROTECTED]> writes: Eric> Martin, When I try your example with svn matplotlib, I get a Eric> 34 MB eps file, and looking at it, I don't see much room for Eric> making it smaller--there is one obvious optimization, Eric> abbreviating "marker", but

Re: [Matplotlib-users] eps export files crash text processors

2006-07-07 Thread Eric Firing
Martin, When I try your example with svn matplotlib, I get a 34 MB eps file, and looking at it, I don't see much room for making it smaller--there is one obvious optimization, abbreviating "marker", but that's it. (The svg file is 456 MB!) So, maybe some major optimization has already been d

Re: [Matplotlib-users] eps export files crash text processors

2006-07-07 Thread Darren Dale
Hi Martin, I suggest upgrading to 0.87.3. I can run your test script and can open the resulting eps file. Please note, however, that you are asking for a file that plots 2e6 points. We have already optimized the postscript commands such that each marker or line requires essentially only a singl