First you should look at the axes() command with its arguments to 
control the boundaries of the plot area inside the figure.  I always use 
this to maximize the use of the figure space.  I'm not sure, though, 
whether this works with the kind of plot you want.  Check it out.  The 
other thing that is related is the aspect ratio of the plot.  A pie 
chart will only fill up as far as the shortest dimension available, so 
from your attachment you might try increasing the height or decreasing 
the width.

Wayne

Romain Bignon wrote:
> Hello,
>
> When I create a graph, margin is too wide. How can I reduce this?
>
> There is an example with this mail.
>
> Thanks.
>
>   
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ------------------------------------------------------------------------
>
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>   

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to