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
I have no idea what this is. If I create a certain plot first in an
application, it throws this error (edited to the key part):
Traceback (most recent call last):
File "thescript.py", line 2147, in AddPatchBar
ax.add_patch(patch)
File "C:\Python25\lib\site-packages\matplotlib\axes.py", li