Skip to content

Commit 7a85e07

Browse files
DOC
1 parent b72b775 commit 7a85e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

surfer/viz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ def add_label(self, label, color=None, alpha=1, scalar_thresh=None,
10011001
label filepath or name. Can also be an instance of
10021002
an object with attributes "hemi", "vertices", "name", and
10031003
optionally "color" and "values" (if scalar_thresh is not None).
1004-
color : matplotlib-style color
1004+
color : matplotlib-style color | None
10051005
anything matplotlib accepts: string, RGB, hex, etc. (default
10061006
"crimson")
10071007
alpha : float in [0, 1]

0 commit comments

Comments
 (0)