Skip to content

Commit f03ab79

Browse files
STY: flake8
1 parent 3d1eb5d commit f03ab79

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

surfer/viz.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,8 +1549,8 @@ def set_data_time_index(self, time_idx, interpolation='quadratic'):
15491549
Parameters
15501550
----------
15511551
time_idx : int | float
1552-
Time index. Non-integer values will be displayed using interpolation
1553-
between samples.
1552+
Time index. Non-integer values will be displayed using
1553+
interpolation between samples.
15541554
interpolation : str
15551555
Interpolation method (``scipy.interpolate.interp1d`` parameter,
15561556
one of 'linear' | 'nearest' | 'zero' | 'slinear' | 'quadratic' |
@@ -1977,7 +1977,8 @@ def save_image_sequence(self, time_idx, fname_pattern, use_abs_idx=True,
19771977
by the ``row`` and ``col`` parameters; a 1 or 2 dimensional list
19781978
can be used to specify a complete montage. Examples:
19791979
``['lat', 'med']`` lateral and ventral views ordered horizontally;
1980-
``[['fro'], ['ven']]`` frontal and ventral views ordered vertically.
1980+
``[['fro'], ['ven']]`` frontal and ventral views ordered
1981+
vertically.
19811982
border_size: int
19821983
Size of image border (more or less space between images).
19831984
colorbar: 'auto' | int | list of int | None

0 commit comments

Comments
 (0)