@@ -395,7 +395,7 @@ def plot_quiverdsm(
395
395
396
396
def plot_coeffs (self , fig , axes , xslice , yslice , zslice , s = 0.1 , show_titles = True ):
397
397
"""
398
- Plot linear, planar and spherical coefficients.
398
+ Plot linear, planar and spherical coefficients.
399
399
Parameters
400
400
----------
401
401
fig :obj:`figure`
@@ -430,7 +430,7 @@ def plot_coeffs(self, fig, axes, xslice, yslice, zslice, s=0.1, show_titles=True
430
430
"""
431
431
xslice , yslice , zslice = self .test_slices (xslice , yslice , zslice )
432
432
planes , titles = self .get_planes (xslice , yslice , zslice )
433
-
433
+
434
434
for index , plane in enumerate (planes ):
435
435
x , y , z , u , v , w = plane
436
436
@@ -466,7 +466,7 @@ def plot_coeffs(self, fig, axes, xslice, yslice, zslice, s=0.1, show_titles=True
466
466
c = axes [2 , index ].scatter (dim1 , dim2 , c = cs_arr , cmap = 'Blues' , s = s )
467
467
468
468
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' )
470
470
471
471
cb = fig .colorbar (a , ax = axes [0 ,:], location = 'right' )
472
472
cb .set_label (label = r"$c_l$" ,weight = 'bold' , fontsize = 14 )
0 commit comments