@@ -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,7 +1352,8 @@ 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
- **kwargs: additional keyword arguments
1355
+
1356
+ **kwargs : additional keyword arguments
1356
1357
These are passed to the underlying
1357
1358
`mayavi.mlab.pipeline.surface` call.
1358
1359
Notes
@@ -1567,7 +1568,7 @@ def add_morphometry(self, measure, grayscale=False, hemi=None,
1567
1568
of the data is used.
1568
1569
colorbar : bool
1569
1570
If True, show a colorbar corresponding to the overlay data.
1570
- **kwargs: additional keyword arguments
1571
+ **kwargs : additional keyword arguments
1571
1572
These are passed to the underlying
1572
1573
`mayavi.mlab.pipeline.surface` call.
1573
1574
"""
@@ -1666,7 +1667,7 @@ def add_foci(self, coords, coords_as_verts=False, map_surface=None,
1666
1667
If None, it is assumed to belong to the hemipshere being
1667
1668
shown. If two hemispheres are being shown, an error will
1668
1669
be thrown.
1669
- **kwargs: additional keyword arguments
1670
+ **kwargs : additional keyword arguments
1670
1671
These are passed to the underlying
1671
1672
:func:`mayavi.mlab.points3d` call.
1672
1673
"""
@@ -1742,7 +1743,7 @@ def add_contour_overlay(self, source, min=None, max=None,
1742
1743
If there is an existing contour overlay, remove it before plotting.
1743
1744
colorbar : bool
1744
1745
If True, show the colorbar for the scalar value.
1745
- **kwargs: additional keyword arguments
1746
+ **kwargs : additional keyword arguments
1746
1747
These are passed to the underlying
1747
1748
`mayavi.mlab.pipeline.contour_surface` call.
1748
1749
"""
@@ -1798,7 +1799,7 @@ def add_text(self, x, y, text, name, color=None, opacity=1.0,
1798
1799
Row index of which brain to use
1799
1800
col : int
1800
1801
Column index of which brain to use
1801
- **kwargs: additional keyword arguments
1802
+ **kwargs : additional keyword arguments
1802
1803
These are passed to the underlying
1803
1804
:func:`mayavi.mlab.text3d` call.
1804
1805
"""
0 commit comments