8000
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.
2 parents 2f0e119 + 1b5fa40 commit 2e65e40Copy full SHA for 2e65e40
lib/matplotlib/backend_tools.py
@@ -77,9 +77,9 @@ class ToolBase(object):
77
"""
78
79
def __init__(self, toolmanager, name):
80
- _log.warning('Treat the new Tool classes introduced in v1.5 as '
81
- 'experimental for now, the API will likely change in '
82
- 'version 2.1, and some tools might change name')
+ cbook._warn_external(
+ 'The new Tool classes introduced in v1.5 are experimental; their '
+ 'API (including names) will likely change in future versions.')
83
self._name = name
84
self._toolmanager = toolmanager
85
self._figure = None
0 commit comments