File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1041,12 +1041,12 @@ def test_if_scatterplot_colorbar_affects_xaxis_visibility(self):
1041
1041
assert all ([vis [0 ].get_visible () == vis [1 ].get_visible () for vis in
1042
1042
zip (ax1 .xaxis .get_minorticklabels (),
1043
1043
ax2 .xaxis .get_minorticklabels ())]), \
1044
- 'minor x-axis tick labels visibility'
1044
+ 'minor x-axis tick labels visibility ' \
1045
1045
'changes when colorbar included'
1046
1046
assert all ([vis [0 ].get_visible () == vis [1 ].get_visible () for vis in
1047
1047
zip (ax1 .xaxis .get_majorticklabels (),
1048
1048
ax2 .xaxis .get_majorticklabels ())]), \
1049
- 'major x-axis tick labels visibility'
1049
+ 'major x-axis tick labels visibility ' \
1050
1050
'changes when colorbar included'
1051
1051
assert ax1 .xaxis .get_label ().get_visible () == \
1052
1052
ax2 .xaxis .get_label ().get_visible (), \
You can’t perform that action at this time.
0 commit comments