From de30b82330750c4ba0c365b4b434b1728ac78501 Mon Sep 17 00:00:00 2001 From: Richard Scholz <33288574+scholzri@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:11:10 +0000 Subject: [PATCH] Update docstring in mne/viz/ica.py Co-authored-by: Eric Larson --- mne/viz/ica.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mne/viz/ica.py b/mne/viz/ica.py index 5c0aeaf3120..7e3362e284a 100644 --- a/mne/viz/ica.py +++ b/mne/viz/ica.py @@ -90,6 +90,8 @@ def plot_ica_sources( Dictionary of arguments to pass to :meth:`~mne.Epochs.compute_psd` in interactive mode. Ignored if ``inst`` is not supplied. If ``None``, nothing is passed. Defaults to ``None``. + + .. versionadded:: 1.9 show_first_samp : bool If True, show time axis relative to the ``raw.first_samp``. %(show_scrollbars)s