I am using matplotlib using python 3.4. When I start my program, I have the following warning message:
C:\\Python34-32bits\\lib\\site-packages\\matplo
you can temporarily suppress a warning, when importing
import warnings def fxn(): warnings.warn("deprecated", DeprecationWarning) with warnings.catch_warnings(): warnings.simplefilter("ignore") fxn()