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
I was able to suppress that warning with the code below:
import warnings warnings.filterwarnings("ignore",category=UserWarning)