@@ -334,24 +334,24 @@ def figure(num=None, # autoincrement if None, else integer from 1-N
334
334
----------
335
335
336
336
num : integer or string, optional, default: none
337
- If not provided, a new figure will be created, and a the figure number
338
- will be increamted . The figure objects holds this number in a `number`
337
+ If not provided, a new figure will be created, and the figure number
338
+ will be incremented . The figure objects holds this number in a `number`
339
339
attribute.
340
340
If num is provided, and a figure with this id already exists, make
341
341
it active, and returns a reference to it. If this figure does not
342
342
exists, create it and returns it.
343
343
If num is a string, the window title will be set to this figure's
344
344
`num`.
345
345
346
- figsize : tuple of integers, optional, default : None
346
+ figsize : tuple of integers, optional, default: None
347
347
width, height in inches. If not provided, defaults to rc
348
348
figure.figsize.
349
349
350
- dpi : integer, optional, default ; None
350
+ dpi : integer, optional, default: None
351
351
resolution of the figure. If not provided, defaults to rc figure.dpi.
352
352
353
353
facecolor :
354
- the background color; If not provided, defaults to rc figure.facecolor
354
+ the background color. If not provided, defaults to rc figure.facecolor
355
355
356
356
edgecolor :
357
357
the border color. If not provided, defaults to rc figure.edgecolor
0 commit comments