Re: [Matplotlib-users] odd "singular matrix" error

2014-12-31 Thread C M
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

Re: [Matplotlib-users] odd "singular matrix" error

2014-12-31 Thread Benjamin Root
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