@@ -932,7 +932,7 @@ def add_overlay(self, source, min=2, max="robust_max", sign="abs",
932
932
If None, it is assumed to belong to the hemipshere being
933
933
shown. If two hemispheres are being shown, an error will
934
934
be thrown.
935
- **kwargs : additional keyword arguments
935
+ **kwargs: additional keyword arguments
936
936
These are passed to the underlying
937
937
`mayavi.mlab.pipeline.surface` call.
938
938
@@ -1040,7 +1040,7 @@ def add_data(self, array, min=None, max=None, thresh=None,
1040
1040
vector-valued data. If None (default), ``alpha`` is used.
1041
1041
verbose : bool, str, int, or None
1042
1042
If not None, override default verbose level (see surfer.verbose).
1043
- **kwargs : additional keyword arguments
1043
+ **kwargs: additional keyword arguments
1044
1044
These are passed to the underlying
1045
1045
`mayavi.mlab.pipeline.surface` call.
1046
1046
@@ -1231,7 +1231,7 @@ def add_annotation(self, annot, borders=True, alpha=1, hemi=None,
1231
1231
color : matplotlib-style color code
1232
1232
If used, show all annotations in the same (specified) color.
1233
1233
Probably useful only when showing annotation borders.
1234
- **kwargs : additional keyword arguments
1234
+ **kwargs: additional keyword arguments
1235
1235
These are passed to the underlying
1236
1236
`mayavi.mlab.pipeline.surface` call.
1237
1237
"""
@@ -1352,8 +1352,7 @@ def add_label(self, label, color=None, alpha=1, scalar_thresh=None,
1352
1352
label directory rather than in the label directory itself (e.g.
1353
1353
for ``$SUBJECTS_DIR/$SUBJECT/label/aparc/lh.cuneus.label``
1354
1354
``brain.add_label('cuneus', subdir='aparc')``).
1355
-
1356
- **kwargs : additional keyword arguments
1355
+ **kwargs: additional keyword arguments
1357
1356
These are passed to the underlying
1358
1357
`mayavi.mlab.pipeline.surface` call.
1359
1358
Notes
@@ -1568,7 +1567,7 @@ def add_morphometry(self, measure, grayscale=False, hemi=None,
1568
1567
of the data is used.
1569
1568
colorbar : bool
1570
1569
If True, show a colorbar corresponding to the overlay data.
1571
- **kwargs : additional keyword arguments
1570
+ **kwargs: additional keyword arguments
1572
1571
These are passed to the underlying
1573
1572
`mayavi.mlab.pipeline.surface` call.
1574
1573
"""
@@ -1667,7 +1666,7 @@ def add_foci(self, coords, coords_as_verts=False, map_surface=None,
1667
1666
If None, it is assumed to belong to the hemipshere being
1668
1667
shown. If two hemispheres are being shown, an error will
1669
1668
be thrown.
1670
- **kwargs : additional keyword arguments
1669
+ **kwargs: additional keyword arguments
1671
1670
These are passed to the underlying
1672
1671
:func:`mayavi.mlab.points3d` call.
1673
1672
"""
@@ -1743,7 +1742,7 @@ def add_contour_overlay(self, source, min=None, max=None,
1743
1742
If there is an existing contour overlay, remove it before plotting.
1744
1743
colorbar : bool
1745
1744
If True, show the colorbar for the scalar value.
1746
- **kwargs : additional keyword arguments
1745
+ **kwargs: additional keyword arguments
1747
1746
These are passed to the underlying
1748
1747
`mayavi.mlab.pipeline.contour_surface` call.
1749
1748
"""
@@ -1799,7 +1798,7 @@ def add_text(self, x, y, text, name, color=None, opacity=1.0,
1799
1798
Row index of which brain to use
1800
1799
col : int
1801
1800
Column index of which brain to use
1802
- **kwargs : additional keyword arguments
1801
+ **kwargs: additional keyword arguments
1803
1802
These are passed to the underlying
1804
1803
:func:`mayavi.mlab.text3d` call.
1805
1804
"""
0 commit comments