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 20dd3bc commit 7dbf965Copy full SHA for 7dbf965
pandas/tests/plotting/test_boxplot_method.py
@@ -36,7 +36,7 @@ def _check_ax_limits(col, ax):
36
assert y_max >= col.max()
37
38
39
-if Version(mpl._version__) < Version("3.10"):
+if Version(mpl.__version__) < Version("3.10"):
40
verts = [{"vert": False}, {"vert": True}]
41
else:
42
verts = [{"orientation": "horizontal"}, {"orientation": "vertical"}]
0 commit comments