[Matplotlib-users] Zip File from John Hunter's Advanced Matplotlib Tutorial

2013-01-01 Thread c0ldlimit
Hi, I was wondering if anyone had the zip file from John's Advanced matplotlib tutorial ? The referenced bit.ly URL in the video no longer works. Thanks! -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Zip-File-from-John

Re: [Matplotlib-users] Wrong call to ax.set_ylim3d in example simple_3danim.py

2013-01-01 Thread Benjamin Root
On Tuesday, January 1, 2013, Alejandro Weinstein wrote: > Hi: > > When I run the simple_3danim.py example > (http://matplotlib.org/examples/animation/simple_3danim.html) I get > the following error: > > File "simple_3danim.py", line 47, in > ax.set_xlim3d([0.0, 1.0]) > File > "/usr/local/

Re: [Matplotlib-users] finding the bounding box of an arbitrary artist

2013-01-01 Thread Daniel Hyams
No, I didn't... I believe that in this specific case, I just manually drew a decently sized box around the axis spine and implemented my own contains method to match. It would be nice for every artist to be consistent in this area though. Maybe a MEP is in order to make every artist have a consist