From: Fernando P. <Fer...@co...> - 2005-02-01 23:30:20
|
John Hunter wrote: >And your figure num patch is already in.... Atop the docstring: figure(num = 1, figsize=(8, 6), dpi=80, facecolor='w', edgecolor='k') should read figure(num = None, figsize=(8, 6), dpi=80, facecolor='w', edgecolor='k') since that is the real new default. Cheers, f |