File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ Fix :func: `~mne.viz.plot_evoked_joint ` docstring to correctly document ``exclude `` parameter default as ``'bads' `` instead of ``None ``, by :newcontrib: `Tharupahan Jayawardana `.
Original file line number Diff line number Diff line change 307
307
.. _T . Wang : https ://github . com /twang5
308
308
.. _Tal Linzen : https ://tallinzen . net /
309
309
.. _Teon Brooks : https ://github . com /teonbrooks
310
+ .. _Tharupahan Jayawardana : https ://github . com /tharu -jwd
310
311
.. _Thomas Binns : https ://github . com /tsbinns
311
312
.. _Thomas Hartmann : https ://github . com /thht
312
313
.. _Thomas Radman : https ://github . com /tradman
Original file line number Diff line number Diff line change @@ -1799,7 +1799,7 @@ def plot_evoked_joint(
1799
1799
times = "peaks" ,
1800
1800
title = "" ,
1801
1801
picks = None ,
1802
- exclude = None ,
1802
+ exclude = "bads" ,
1803
1803
show = True ,
1804
1804
ts_args = None ,
1805
1805
topomap_args = None ,
@@ -1826,9 +1826,9 @@ def plot_evoked_joint(
1826
1826
axes are passed make sure to set ``title=None``, otherwise some of your
1827
1827
axes may be removed during placement of the title axis.
1828
1828
%(picks_all)s
1829
- exclude : None | list of str | 'bads'
1829
+ exclude : list of str | 'bads'
1830
1830
Channels names to exclude from being shown. If ``'bads'``, the
1831
- bad channels are excluded. Defaults to ``None ``.
1831
+ bad channels are excluded. Defaults to ``'bads' ``.
1832
1832
show : bool
1833
1833
Show figure if ``True``. Defaults to ``True``.
1834
1834
ts_args : None | dict
You can’t perform that action at this time.
0 commit comments