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:
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
>>> 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
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
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
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
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