On Jul 9, 2010, at 22:11, John Hunter wrote:
> On Fri, Jul 9, 2010 at 9:59 PM, Eric Firing wrote:
>> On 07/09/2010 11:45 AM, Ryan May wrote:
>>> Hi,
>>>
>>> I just noticed that ContourSet only inherits ScalarMappable and
>>> ContourLabeller, neither of which is an Artist subclass, which means
>
On Fri, Jul 9, 2010 at 9:59 PM, Eric Firing wrote:
> On 07/09/2010 11:45 AM, Ryan May wrote:
>> Hi,
>>
>> I just noticed that ContourSet only inherits ScalarMappable and
>> ContourLabeller, neither of which is an Artist subclass, which means
>> ContourSet is not an Artist. (And is why it does not
On 07/09/2010 11:45 AM, Ryan May wrote:
> Hi,
>
> I just noticed that ContourSet only inherits ScalarMappable and
> ContourLabeller, neither of which is an Artist subclass, which means
> ContourSet is not an Artist. (And is why it does not have a remove()
> method). Anyone have any idea why and if
On Fri, Jul 9, 2010 at 5:22 PM, Ryan May wrote:
> I've been "hard" at work over the last couple of months putting
> together a set of classes that simplifies the creation of animations
> in matplotlib. This started when I resurrected some old code for
Very nice -- people are going to really like
On Fri, Jul 9, 2010 at 5:22 PM, Ryan May wrote:
> Hi,
>
> I've been "hard" at work over the last couple of months putting
> together a set of classes that simplifies the creation of animations
> in matplotlib. This started when I resurrected some old code for
> animations to give to a colleague, w
Hi,
I've been "hard" at work over the last couple of months putting
together a set of classes that simplifies the creation of animations
in matplotlib. This started when I resurrected some old code for
animations to give to a colleague, when I realized just how bad the
old code was and how much be
Hi,
I just noticed that ContourSet only inherits ScalarMappable and
ContourLabeller, neither of which is an Artist subclass, which means
ContourSet is not an Artist. (And is why it does not have a remove()
method). Anyone have any idea why and if we should correct that? I'm
not sure what the rami