@@ -934,7 +934,7 @@ def add_overlay(self, source, min=2, max="robust_max", sign="abs",
934
934
be thrown.
935
935
**kwargs: additional keyword arguments
936
936
These are passed to the underlying
937
- :func: `mayavi.mlab.pipeline.surface` call.
937
+ `mayavi.mlab.pipeline.surface` call.
938
938
939
939
"""
940
940
hemi = self ._check_hemi (hemi )
@@ -1042,7 +1042,7 @@ def add_data(self, array, min=None, max=None, thresh=None,
1042
1042
If not None, override default verbose level (see surfer.verbose).
1043
1043
**kwargs: additional keyword arguments
1044
1044
These are passed to the underlying
1045
- :func: `mayavi.mlab.pipeline.surface` call.
1045
+ `mayavi.mlab.pipeline.surface` call.
1046
1046
1047
1047
Notes
1048
1048
-----
@@ -1233,7 +1233,7 @@ def add_annotation(self, annot, borders=True, alpha=1, hemi=None,
1233
1233
Probably useful only when showing annotation borders.
1234
1234
**kwargs: additional keyword arguments
1235
1235
These are passed to the underlying
1236
- :func: `mayavi.mlab.pipeline.surface` call.
1236
+ `mayavi.mlab.pipeline.surface` call.
1237
1237
"""
1238
1238
hemis = self ._check_hemis (hemi )
1239
1239
@@ -1354,7 +1354,7 @@ def add_label(self, label, color=None, alpha=1, scalar_thresh=None,
1354
1354
``brain.add_label('cuneus', subdir='aparc')``).
1355
1355
**kwargs: additional keyword arguments
1356
1356
These are passed to the underlying
1357
- :func: `mayavi.mlab.pipeline.surface` call.
1357
+ `mayavi.mlab.pipeline.surface` call.
1358
1358
Notes
1359
1359
-----
1360
1360
To remove previously added labels, run Brain.remove_labels().
@@ -1569,7 +1569,7 @@ def add_morphometry(self, measure, grayscale=False, hemi=None,
1569
1569
If True, show a colorbar corresponding to the overlay data.
1570
1570
**kwargs: additional keyword arguments
1571
1571
These are passed to the underlying
1572
- :func: `mayavi.mlab.pipeline.surface` call.
1572
+ `mayavi.mlab.pipeline.surface` call.
1573
1573
"""
1574
1574
hemis = self ._check_hemis (hemi )
1575
1575
morph_files = []
@@ -1668,7 +1668,7 @@ def add_foci(self, coords, coords_as_verts=False, map_surface=None,
1668
1668
be thrown.
1669
1669
**kwargs: additional keyword arguments
1670
1670
These are passed to the underlying
1671
- :func:`mayavi.mlab.point3d ` call.
1671
+ :func:`mayavi.mlab.points3d ` call.
1672
1672
"""
1673
1673
from matplotlib .colors import colorConverter
1674
1674
hemi = self ._check_hemi (hemi )
@@ -1744,7 +1744,7 @@ def add_contour_overlay(self, source, min=None, max=None,
1744
1744
If True, show the colorbar for the scalar value.
1745
1745
**kwargs: additional keyword arguments
1746
1746
These are passed to the underlying
1747
- :func: `mayavi.mlab.pipeline.contour_surface` call.
1747
+ `mayavi.mlab.pipeline.contour_surface` call.
1748
1748
"""
1749
1749
hemi = self ._check_hemi (hemi )
1750
1750
@@ -1800,7 +1800,7 @@ def add_text(self, x, y, text, name, color=None, opacity=1.0,
1800
1800
Column index of which brain to use
1801
1801
**kwargs: additional keyword arguments
1802
1802
These are passed to the underlying
1803
- :func:`mayavi.mlab.text3d` call.
1803
+ :func:`mayavi.mlab.text3d` call.
1804
1804
"""
1805
1805
if name in self .texts_dict :
1806
1806
self .texts_dict [name ]['text' ].remove ()
0 commit comments