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 74d2d33 commit fcef8fdCopy full SHA for fcef8fd
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=unicode)
+ return np.array(value, dtype=np.unicode)
65
66
67
class UnitData(object):
0 commit comments