Hello,
I am getting this runtime error for some of my plotting scripts ever since I
did a clean build and install of matplotlib from the svn repo:
[snip]
File "/home/bvr/Programs/matplotlib/matplotlib/lib/matplotlib/text.py", line
524, in draw
bbox, info = self._get_layout(renderer)
File "/
On Thu, Jun 3, 2010 at 2:41 PM, Benjamin Root wrote:
> Hello,
>
> I am getting this runtime error for some of my plotting scripts ever since I
> did a clean build and install of matplotlib from the svn repo:
>
> [snip]
> File "/home/bvr/Programs/matplotlib/matplotlib/lib/matplotlib/text.py", line
Yes! Thank you!
As extra debugging info, the issue was happening regardless of me choosing
GTK, GTKAgg, and others for backends.
Ben Root
On Thu, Jun 3, 2010 at 2:45 PM, John Hunter wrote:
> On Thu, Jun 3, 2010 at 2:41 PM, Benjamin Root wrote:
> > Hello,
> >
> > I am getting this runtime err
On Wed, Jun 2, 2010 at 1:44 PM, Eric Firing wrote:
> Done in svn 8369. Its usage is illustrated in barchart_demo.py.
> Partially following your lead with subplots, I spelled it error_kw.
>
Fabulous, much appreciated!
Regards,
f
-