Thanks to visit codestin.com Credit goes to github.com
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 91685a1 commit 90194caCopy full SHA for 90194ca
1 file changed
lib/matplotlib/tests/test_category.py
@@ -295,3 +295,7 @@ def test_overriding_units_in_plot(fig_test, fig_ref):
295
# assert that we have not re-set the units attribute at all
296
assert x_units is ax.xaxis.units
297
assert y_units is ax.yaxis.units
298
+
299
300
+def test_category_hist():
301
0 commit comments