Margin are too wide

Hello,

When I create a graph, margin is too wide. How can I reduce this?

There is an example with this mail.

Thanks.

Index_TCPTable_067531.png

···

--
Romain Bignon - http://vaginus.org

http://www.inl.fr

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
matplotlib-users List Signup and Options

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.

What is argument to do that? In API I didn't find this.

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.

If if decrase the width, my pie isn't rounding but eliptical.

···

On Thursday 18 October 2007 06:43, Wayne E. Harlan wrote:

--
Romain Bignon - http://vaginus.org

http://www.inl.fr