@@ -1224,11 +1224,11 @@ def use(backend, warn=False, force=True):
1224
1224
1225
1225
or a string of the form: ``module://my.module.name``.
1226
1226
1227
- warn : bool, optional, default: False
1227
+ warn : bool, default: False
1228
1228
If True and not *force*, emit a warning if a failure-to-switch
1229
1229
`ImportError` has been suppressed. This parameter is deprecated.
1230
1230
1231
- force : bool, optional, default: True
1231
+ force : bool, default: True
1232
1232
If True (the default), raise an `ImportError` if the backend cannot be
1233
1233
set up (either because it fails to import, or because an incompatible
1234
1234
GUI interactive framework is already running); if False, ignore the
@@ -1477,10 +1477,10 @@ def func(ax, *args, **kwargs): ...
1477
1477
1478
1478
Parameters
1479
1479
----------
1480
- replace_names : list of str or None, optional, default: None
1480
+ replace_names : list of str or None, default: None
1481
1481
The list of parameter names for which lookup into *data* should be
1482
1482
attempted. If None, replacement is attempted for all arguments.
1483
- label_namer : str, optional, default: None
1483
+ label_namer : str, default: None
1484
1484
If set e.g. to "namer" (which must be a kwarg in the function's
1485
1485
signature -- not as ``**kwargs``), if the *namer* argument passed in is
1486
1486
a (string) key of *data* and no *label* kwarg is passed, then use the
0 commit comments