Skip to content

Commit c36d445

Browse files
DOC
1 parent 8a77e28 commit c36d445

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

surfer/viz.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,8 +858,9 @@ def add_data(self, array, min=None, max=None, thresh=None,
858858
conserving memory when displaying different data in a loop.
859859
time_label_size : int
860860
Font size of the time label (default 14)
861-
initial_time : float
862-
Time initially shown in the plot.
861+
initial_time : float | None
862+
Time initially shown in the plot. ``None`` to use the first time
863+
sample (default).
863864
"""
864865
hemi = self._check_hemi(hemi)
865866

0 commit comments

Comments
 (0)