Try to type sudo apt-get install python-matplotlib in a terminal. In your message you typed it in ipython console. This is a bash command, ... ... <看更多>
python >>> import matplotlib >>>. If you don't see an error message, then matplotlib is already installed on your system and you should be able to get ... ... <看更多>
Matplotlib is a multi-platform data visualization library built on NumPy arrays, and designed to work with the ... In [2]: import matplotlib.pyplot as plt. ... <看更多>