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 fcef8fd commit aa0e899Copy full SHA for aa0e899
1 file changed
lib/matplotlib/category.py
@@ -61,7 +61,7 @@ def __init__(self, seq):
61
62
63
def convert_to_string(value):
64
- return np.array(value, dtype=np.unicode)
+ return np.asarray(value, dtype=str)[np.newaxis][0]
65
66
67
class UnitData(object):
0 commit comments