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 17a7c54 commit 12edae9Copy full SHA for 12edae9
1 file changed
lib/matplotlib/category.py
@@ -222,7 +222,7 @@ def update(self, data):
222
if val not in self._mapping:
223
self._mapping[val] = next(self._counter)
224
if convertable:
225
- _log.info('Using categrocical units to plot a list of strings '
+ _log.info('Using categorical units to plot a list of strings '
226
'that are all parsable as floats or dates. If these '
227
'strings should be plotted as numbers, cast to the '
228
'approriate data type before plotting.')
0 commit comments