On 8 Apr 2009, at 12:29 PM, Gideon Simpson wrote:
> Is there a way to save a figured at a specified size?
> -gideon
I have always specified the figure size first in the figure command:
fig_width = 5 # Default unit is inches
fig_height = 3
plt.figure(figsize=(fig_width, fig_height))
plt.plot(..
Is there a way to save a figured at a specified size?
-gideon
--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
ht