On Wed, Oct 7, 2009 at 12:12 PM, Jae-Joon Lee wrote:
> Jason,
>
> This is now fixed in the svn.
> Meanwhile, you may use the following workaround.
Great! Thanks for the help!
Jason
--
Come build with us! The BlackBerry
On Sun, Oct 4, 2009 at 11:45 PM, Eric Firing wrote:
> Use the Axes.set_aspect() method for full control of the aspect ratio, and
> of what gets changed to preserve that aspect ratio.
Thanks, that works great! Any ideas about Arc's effect on the 'tight' bounds?
---
On Sun, Oct 4, 2009 at 10:57 PM, Jae-Joon Lee wrote:
> MPL, by default, does not do any clipping. So, i'm not sure why the
> extent of the circle matters (I think even the bbox_inches option does
> not take care of that) . Everything should be fine as far as you
> create a figure in an appropriate
I'm drawing a figure for inclusion into a LaTeX document, and I'm
having trouble getting matplotlib to export a .pdf that 'tightly'
encapsulates the drawing that is generated - I get a lot of whitespace
at the bottom, in particular.
After some experimentation, I've found that the culprit is an Arc