Installation Issue with matplotlib Python [duplicate]
Stack Overflow Questions Jobs Tags Users Badges Ask Question Installation Issue with matplotlib Python [duplicate] up vote 17 down vote favorite 10 This question already has an answer here: python matplotlib framework under macosx? 4 answers I have issue after installing the matplotlib package unable to import matplotlib.pyplot as plt . Any suggestion will be greatly appreciate. >>> import matplotlib . pyplot as plt Traceback ( most recent call last ): File " " , line 1 , in < module > File "//anaconda/lib/python2.7/site-packages/matplotlib-1.3.1-py2.7-macosx-10.5-x86_64.egg/matplotlib/pyplot.py" , line 98 , in < module > _backend_mod , new_figure_manager , draw_if_interactive , _show = pylab_setup () File "//anaconda/lib/python2.7/site-packages/matplotlib-1.3.1-py2.7-macosx-10.5-x86_64.egg/matplotlib/backends/__init__.py" , line 2...