@@ -887,8 +887,8 @@ def compcor_variance_plot(
887887 ax [m ].set_yticks ([])
888888 ax [m ].set_yticklabels ([])
889889 for tick in ax [m ].xaxis .get_major_ticks ():
890- tick .label .set_fontsize ("x-small" )
891- tick .label .set_rotation ("vertical" )
890+ tick .label1 .set_fontsize ("x-small" )
891+ tick .label1 .set_rotation ("vertical" )
892892 for side in ["top" , "right" , "left" ]:
893893 ax [m ].spines [side ].set_color ("none" )
894894 ax [m ].spines [side ].set_visible (False )
@@ -981,9 +981,9 @@ def confounds_correlation_plot(
981981 ax0 .tick_params (axis = "both" , which = "both" , width = 0 )
982982
983983 for tick in ax0 .xaxis .get_major_ticks ():
984- tick .label .set_fontsize ("small" )
984+ tick .label1 .set_fontsize ("small" )
985985 for tick in ax0 .yaxis .get_major_ticks ():
986- tick .label .set_fontsize ("small" )
986+ tick .label1 .set_fontsize ("small" )
987987 sns .barplot (
988988 data = gscorr ,
989989 x = "index" ,
@@ -1000,10 +1000,10 @@ def confounds_correlation_plot(
10001000 ax1 .tick_params (axis = "y" , which = "both" , width = 5 , length = 5 )
10011001
10021002 for tick in ax1 .xaxis .get_major_ticks ():
1003- tick .label .set_fontsize ("small" )
1004- tick .label .set_rotation ("vertical" )
1003+ tick .label1 .set_fontsize ("small" )
1004+ tick .label1 .set_rotation ("vertical" )
10051005 for tick in ax1 .yaxis .get_major_ticks ():
1006- tick .label .set_fontsize ("small" )
1006+ tick .label1 .set_fontsize ("small" )
10071007 for side in ["top" , "right" , "left" ]:
10081008 ax1 .spines [side ].set_color ("none" )
10091009 ax1 .spines [side ].set_visible (False )
0 commit comments