Skip to content

Commit 0d5cdbf

Browse files
committed
Revert "Fix render errors."
This reverts commit ac0b7b8.
1 parent ac0b7b8 commit 0d5cdbf

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

surfer/viz.py

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ def add_overlay(self, source, min=2, max="robust_max", sign="abs",
932932
If None, it is assumed to belong to the hemipshere being
933933
shown. If two hemispheres are being shown, an error will
934934
be thrown.
935-
**kwargs : additional keyword arguments
935+
**kwargs: additional keyword arguments
936936
These are passed to the underlying
937937
`mayavi.mlab.pipeline.surface` call.
938938
@@ -1040,7 +1040,7 @@ def add_data(self, array, min=None, max=None, thresh=None,
10401040
vector-valued data. If None (default), ``alpha`` is used.
10411041
verbose : bool, str, int, or None
10421042
If not None, override default verbose level (see surfer.verbose).
1043-
**kwargs : additional keyword arguments
1043+
**kwargs: additional keyword arguments
10441044
These are passed to the underlying
10451045
`mayavi.mlab.pipeline.surface` call.
10461046
@@ -1231,7 +1231,7 @@ def add_annotation(self, annot, borders=True, alpha=1, hemi=None,
12311231
color : matplotlib-style color code
12321232
If used, show all annotations in the same (specified) color.
12331233
Probably useful only when showing annotation borders.
1234-
**kwargs : additional keyword arguments
1234+
**kwargs: additional keyword arguments
12351235
These are passed to the underlying
12361236
`mayavi.mlab.pipeline.surface` call.
12371237
"""
@@ -1352,8 +1352,7 @@ def add_label(self, label, color=None, alpha=1, scalar_thresh=None,
13521352
label directory rather than in the label directory itself (e.g.
13531353
for ``$SUBJECTS_DIR/$SUBJECT/label/aparc/lh.cuneus.label``
13541354
``brain.add_label('cuneus', subdir='aparc')``).
1355-
1356-
**kwargs : additional keyword arguments
1355+
**kwargs: additional keyword arguments
13571356
These are passed to the underlying
13581357
`mayavi.mlab.pipeline.surface` call.
13591358
Notes
@@ -1568,7 +1567,7 @@ def add_morphometry(self, measure, grayscale=False, hemi=None,
15681567
of the data is used.
15691568
colorbar : bool
15701569
If True, show a colorbar corresponding to the overlay data.
1571-
**kwargs : additional keyword arguments
1570+
**kwargs: additional keyword arguments
15721571
These are passed to the underlying
15731572
`mayavi.mlab.pipeline.surface` call.
15741573
"""
@@ -1667,7 +1666,7 @@ def add_foci(self, coords, coords_as_verts=False, map_surface=None,
16671666
If None, it is assumed to belong to the hemipshere being
16681667
shown. If two hemispheres are being shown, an error will
16691668
be thrown.
1670-
**kwargs : additional keyword arguments
1669+
**kwargs: additional keyword arguments
16711670
These are passed to the underlying
16721671
:func:`mayavi.mlab.points3d` call.
16731672
"""
@@ -1743,7 +1742,7 @@ def add_contour_overlay(self, source, min=None, max=None,
17431742
If there is an existing contour overlay, remove it before plotting.
17441743
colorbar : bool
17451744
If True, show the colorbar for the scalar value.
1746-
**kwargs : additional keyword arguments
1745+
**kwargs: additional keyword arguments
17471746
These are passed to the underlying
17481747
`mayavi.mlab.pipeline.contour_surface` call.
17491748
"""
@@ -1799,7 +1798,7 @@ def add_text(self, x, y, text, name, color=None, opacity=1.0,
17991798
Row index of which brain to use
18001799
col : int
18011800
Column index of which brain to use
1802-
**kwargs : additional keyword arguments
1801+
**kwargs: additional keyword arguments
18031802
These are passed to the underlying
18041803
:func:`mayavi.mlab.text3d` call.
18051804
"""

0 commit comments

Comments
 (0)