|
From: ajdcds <aj...@ho...> - 2013-10-03 10:35:30
|
Sorry, of course it does not work, the import is incorrect! It should be import matplotlib as plt plt.rcParams['backend'] = 'TkAgg' or simply import matplotlib matplotlib.rcParams['backend'] = 'TkAgg' -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Matplotlib-installation-with-Python-x-y-tp42149p42167.html Sent from the matplotlib - users mailing list archive at Nabble.com. |