Skip to content

Commit 6bef93f

Browse files
Julien MarabottoJulien Marabotto
authored andcommitted
pacify flake8
1 parent a1fcdc7 commit 6bef93f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nitransforms/vis.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def plot_quiverdsm(
395395

396396
def plot_coeffs(self, fig, axes, xslice, yslice, zslice, s=0.1, show_titles=True):
397397
"""
398-
Plot linear, planar and spherical coefficients.
398+
Plot linear, planar and spherical coefficients.
399399
Parameters
400400
----------
401401
fig :obj:`figure`
@@ -430,7 +430,7 @@ def plot_coeffs(self, fig, axes, xslice, yslice, zslice, s=0.1, show_titles=True
430430
"""
431431
xslice, yslice, zslice = self.test_slices(xslice, yslice, zslice)
432432
planes, titles = self.get_planes(xslice, yslice, zslice)
433-
433+
434434
for index, plane in enumerate(planes):
435435
x, y, z, u, v, w = plane
436436

@@ -466,7 +466,7 @@ def plot_coeffs(self, fig, axes, xslice, yslice, zslice, s=0.1, show_titles=True
466466
c = axes[2, index].scatter(dim1, dim2, c=cs_arr, cmap='Blues', s=s)
467467

468468
if show_titles:
469-
axes[0, index].set_title(titles[index], fontsize=14, weight='bold')
469+
axes[0, index].set_title(titles[index], fontsize=14, weight='bold')
470470

471471
cb = fig.colorbar(a, ax=axes[0,:], location='right')
472472
cb.set_label(label=r"$c_l$",weight='bold', fontsize=14)

0 commit comments

Comments
 (0)