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 2983fbd commit 430f789Copy full SHA for 430f789
1 file changed
lib/matplotlib/category.py
@@ -81,7 +81,6 @@ def update(self, new_data):
81
self._set_seq_locs(new_data, value)
82
83
def _set_seq_locs(self, data, value):
84
- # magic to make it work under np1.6
85
strdata = np.array(data, dtype=np.unicode)
86
# np.unique makes dateframes work
87
new_s = [d for d in np.unique(strdata) if d not in self.seq]
0 commit comments