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 90748a5 commit a51ccbaCopy full SHA for a51ccba
lib/matplotlib/category.py
@@ -221,10 +221,10 @@ def update(self, data):
221
if val not in self._mapping:
222
self._mapping[val] = next(self._counter)
223
if data.size and convertible:
224
- _log.info('Using categorical units to plot a list of strings '
225
- 'that are all parsable as floats or dates. If these '
226
- 'strings should be plotted as numbers, cast to the '
227
- 'appropriate data type before plotting.')
+ _log.warning('Using categorical units to plot a list of strings '
+ 'that are all parsable as floats or dates. If these '
+ 'strings should be plotted as numbers, cast to the '
+ 'appropriate data type before plotting.')
228
229
230
# Register the converter with Matplotlib's unit framework
0 commit comments