Re: [Matplotlib-users] Matplotlib vers. 1.5.0 warnings

2015-12-17 Thread Joshua Klein
You can use the warnings module from the Python standard Library. import warnings warnings.filterwarnings(action='ignore') This will silence all Python warnings. The signature for warnings.filterwarnings can also be used to onl

[Matplotlib-users] Matplotlib vers. 1.5.0 warnings

2015-12-17 Thread Virgil Stokes
I recently upgraded to vers. 1.5.0 and I am now getting some warning messages. For example: D:\Python27\lib\site-packages\matplotlib\backend_managers.py:62: UserWarning: Treat the new Tool classes introduced in v1.5 as experimental for now, the API will likely change in version 2.1 and perhaps