@@ -186,18 +186,16 @@ def context(style, after_reset=False):
186186 style : str, dict, Path or list
187187 A style specification. Valid options are:
188188
189- +------+-------------------------------------------------------------+
190- | str | The name of a style or a path/URL to a style file. For a |
191- | | list of available style names, see `.style.available`. |
192- +------+-------------------------------------------------------------+
193- | dict | Dictionary with valid key/value pairs for |
194- | | `matplotlib.rcParams`. |
195- +------+-------------------------------------------------------------+
196- | Path | A path-like object which is a path to a style file. |
197- +------+-------------------------------------------------------------+
198- | list | A list of style specifiers (str, Path or dict) applied from |
199- | | first to last in the list. |
200- +------+-------------------------------------------------------------+
189+ str
190+ The name of a style or a path/URL to a style file. For a list of
191+ available style names, see `.style.available`.
192+ dict
193+ Dictionary with valid key/value pairs for `matplotlib.rcParams`.
194+ Path
195+ A path-like object which is a path to a style file.
196+ list
197+ A list of style specifiers (str, Path or dict) applied from first
198+ to last in the list.
201199
202200 after_reset : bool
203201 If True, apply style after resetting settings to their defaults;
0 commit comments