Re: [Matplotlib-users] plots do not scale to size

2011-02-02 Thread Daniel Mader
Hi, I'd very much vote for such a feature, too. It's absolutely not foolproof currently the way it is :( What I find weird, too, is that while everthing fits on the canvas for PDF output, the left side is cropped for PNG. ´ Best regards, Daniel 2011/2/1 Paul Anton Letnes wrote: On 10. juni

Re: [Matplotlib-users] plots do not scale to size

2011-02-01 Thread Paul Anton Letnes
On 10. juni 2009, at 14.53, John Hunter wrote: On Wed, Jun 10, 2009 at 1:58 AM, Paul Anton Letnespaul.anton.let...@gmail.com wrote: This _must_ be a bug. Consider the following: ## import matplotlib No it is not a bug -- mpl is doing what you tell it to do. Consider

Re: [Matplotlib-users] plots do not scale to size

2009-06-10 Thread John Hunter
On Wed, Jun 10, 2009 at 1:58 AM, Paul Anton Letnespaul.anton.let...@gmail.com wrote: This _must_ be a bug. Consider the following: ## import matplotlib No it is not a bug -- mpl is doing what you tell it to do. Consider figure() subplot(111) plot([1,2,3]) xlabel('hi

Re: [Matplotlib-users] plots do not scale to size

2009-06-10 Thread Paul Anton Letnes
On 10. juni. 2009, at 14.53, John Hunter wrote: On Wed, Jun 10, 2009 at 1:58 AM, Paul Anton Letnespaul.anton.let...@gmail.com wrote: This _must_ be a bug. Consider the following: ## import matplotlib No it is not a bug -- mpl is doing what you tell it to do. Consider

Re: [Matplotlib-users] plots do not scale to size

2009-06-09 Thread John Hunter
On Tue, Jun 9, 2009 at 10:18 AM, Jouni K. Seppänenj...@iki.fi wrote: Chaitanya Krishna icym...@gmail.com writes: On Tue, Jun 9, 2009 at 12:05 PM, Paul Anton Letnes paul.anton.let...@gmail.com wrote: When I run the script below, the xlabel and ylabel do not show up. If I increase the figure