Re: [matplotlib-devel] Issue with linestyles and match_original in PatchCollection

2010-09-01 Thread Eric Firing
On 08/27/2010 09:39 AM, Thomas Robitaille wrote: > Hi, > > It seems that the match_original=True option in PatchCollection does not > preserve line style. Is this deliberate? If not, here is a patch for > collections.py: > Thanks. I think your patch is fixing a genuine bug, so I applied it to

Re: [matplotlib-devel] Uniform GUI support across matplotlib, ets and ipython

2010-09-01 Thread Brian Granger
On Tue, Aug 31, 2010 at 7:02 AM, Michiel de Hoon wrote: >> 1. Our networking event loop that is based on zeromq/pyzmq >> 2. A single GUI event loop from wx, qt4, etc. >> >> We do this by triggering an iteration of our networking >> event loop on a periodic GUI timer. > > So right now you're in a l

Re: [matplotlib-devel] Issue with Ellipses and PatchCollections

2010-09-01 Thread Eric Firing
On 09/01/2010 07:57 AM, Thomas Robitaille wrote: I have submitted a ticket: https://sourceforge.net/tracker/?group_id=80706&atid=560720 >>> >>> The obvious fix would be to change from patch.fill to >>> patch.get_fill(). However, I'm curious how this code got broken. >> >> I broke it here

Re: [matplotlib-devel] Issue with Ellipses and PatchCollections

2010-09-01 Thread Ryan May
On Wed, Sep 1, 2010 at 12:57 PM, Thomas Robitaille wrote: I have submitted a ticket: https://sourceforge.net/tracker/?group_id=80706&atid=560720 >>> >>> The obvious fix would be to change from patch.fill to >>> patch.get_fill(). However, I'm curious how this code got broken. >> >> I bro

Re: [matplotlib-devel] Issue with Ellipses and PatchCollections

2010-09-01 Thread Thomas Robitaille
>>> I have submitted a ticket: >>> https://sourceforge.net/tracker/?group_id=80706&atid=560720 >> >> The obvious fix would be to change from patch.fill to >> patch.get_fill(). However, I'm curious how this code got broken. > > I broke it here: > http://currents.soest.hawaii.edu/hgstage/hgwebdir

Re: [matplotlib-devel] Apparent bug with EPS files using Liberation fonts

2010-09-01 Thread Stan West
From: ben.v.r...@gmail.com [mailto:ben.v.r...@gmail.com] On Behalf Of Benjamin Root Sent: Tuesday, August 31, 2010 23:20 I can confirm that evince also has a problem with the second image, but not the first or the third images. This is using the latest matplotlib from svn. Thank you for the con

Re: [matplotlib-devel] Custom-sized and spanning subplots

2010-09-01 Thread Jae-Joon Lee
On Wed, Sep 1, 2010 at 9:33 AM, Benjamin Root wrote: > matplotlib version 1.0 now has a few different tools that could help you. > There is GridSpec, > > http://matplotlib.sourceforge.net/api/gridspec_api.html# > http://matplotlib.sourceforge.net/users/gridspec.html > There is also AxesGrid1: