We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b9ee6 commit f401672Copy full SHA for f401672
pandas/tests/plotting/test_frame.py
@@ -1046,7 +1046,7 @@ def test_if_scatterplot_colorbar_affects_xaxis_visibility(self):
1046
'major x-axis tick labels visibility changes when colorbar included'
1047
assert ax1.xaxis.get_label().get_visible()==ax2.xaxis.get_label().get_visible(),\
1048
'x-axis label visibility changes when colorbar included'
1049
-
+
1050
@pytest.mark.slow
1051
def test_if_hexbin_xaxis_label_is_visible(self):
1052
random_array = np.random.random((1000,3))
0 commit comments