Still though, I thought we had enough logic checks to prevent this sort of
>> error. I see you are using Python 2.5, which is older than what we
>> currently support. Which version of matplotlib are you using?
>>
>
> I'm using matplotlib 1.1.0. I could try upgrading.
>
Ben and others,
OK, I tried
On Wed, Dec 31, 2014 at 9:45 AM, Benjamin Root wrote:
> What might be happening is that the patch being added has no area. The
> logic it is failing in is in the autoscaling section, I believe. This is
> why if there are other things already in the plot or with other patches,
> then the code work
What might be happening is that the patch being added has no area. The
logic it is failing in is in the autoscaling section, I believe. This is
why if there are other things already in the plot or with other patches,
then the code works fine because the limits aren't identical.
Still though, I tho