Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 90194ca

Browse files
committed
FIX: list of strings not reshaped properly
1 parent 91685a1 commit 90194ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/tests/test_category.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,3 +295,7 @@ def test_overriding_units_in_plot(fig_test, fig_ref):
295295
# assert that we have not re-set the units attribute at all
296296
assert x_units is ax.xaxis.units
297297
assert y_units is ax.yaxis.units
298+
299+
300+
def test_category_hist():
301+

0 commit comments

Comments
 (0)