Eclipse PyDev rcParams

I am currently developing a code by exploiting Eclipse PyDev.Whenever I run
the code in Debug mode, I get the following error:backend =
matplotlib.rcParams['backend']AttributeError: 'module' object has no
attribute 'rcParams'I got matplotlib version 1.4.3, and the code features
the following lines:import matplotlib as mplmpl.use("Qt4Agg")from
mpl_toolkits.basemap import Basemapimport matplotlib.pyplot as pltimport
matplotlib.cm as cmimport matplotlib.colors as colorsfrom matplotlib.mlab
import griddataFinally, I use PyQt4 as QtThreads and I connected a console
to the debug session and enabled GUI event loop integration with
pyside/qt4.Any clue on how to solve this isse?ThanksFilippo

ยทยทยท

--
Sent from: http://matplotlib.1069221.n5.nabble.com/matplotlib-users-f3.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20180718/f6a1710d/attachment.html>