File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ def switch_backend(newbackend):
244
244
245
245
def show (* args , ** kw ):
246
246
"""
247
- Display a figure .
247
+ Display all figures .
248
248
249
249
When running in ipython with its pylab mode, display all
250
250
figures and return to the ipython prompt.
@@ -255,9 +255,11 @@ def show(*args, **kw):
255
255
non-interactive to interactive mode (not recommended). In
256
256
that case it displays the figures but does not block.
257
257
258
- A single experimental keyword argument, *block*, may be
259
- set to True or False to override the blocking behavior
260
- described above.
258
+ Parameters
259
+ ----------
260
+ block : bool, optional
261
+ This is experimental, and may be set to ``True`` or ``False`` to
262
+ override the blocking behavior described above.
261
263
"""
262
264
global _show
263
265
return _show (* args , ** kw )
You can’t perform that action at this time.
0 commit comments