Skip to content

Commit 730c97c

Browse files
DOC
1 parent 5d8d6d8 commit 730c97c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

surfer/viz.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2027,6 +2027,8 @@ def save_image(self, filename, mode='rgb', antialiased=False):
20272027
Antialias the image (see mlab.screenshot() for details; default
20282028
False)
20292029
2030+
Notes
2031+
-----
20302032
Due to limitations in TraitsUI, if multiple views or hemi='split'
20312033
is used, there is no guarantee painting of the windows will
20322034
complete before control is returned to the command line. Thus
@@ -2046,11 +2048,8 @@ def screenshot(self, mode='rgb', antialiased=False):
20462048
mode: string
20472049
Either 'rgb' or 'rgba' for values to return
20482050
antialiased: bool
2049-
Antialias the image (see mlab.screenshot() for details)
2050-
row : int
2051-
row index of the brain to use
2052-
col : int
2053-
column index of the brain to use
2051+
Antialias the image (see mlab.screenshot() for details; default
2052+
False)
20542053
20552054
Returns
20562055
-------

0 commit comments

Comments
 (0)