MatPlotLib Tutorial 1
Revision as of 09:27, 25 April 2011 by Thiebaut (talk | contribs) (Created page with "--~~~~ ---- {| | width="40%" | __TOC__ | <br /> <bluebox> right | 80px <br /> <br /> This tutorial will introduce you to the MatPlotLib Python library...")
--D. Thiebaut 10:27, 25 April 2011 (EDT)
Contents |
|
Setup
We use the Eclipse IDE and PyDev to develop Python packages. If you want to setup your environment to match the one used here you will need to install:
- Eclipse: http://www.eclipse.org/downloads/
- Python: http://www.python.org/download/
- PyDev: http://pydev.org/download.html
- EDP from Enthought: https://www.enthought.com/products/. It contains all you need to run MatPlotLib.
- Note: You may have to change the version of Python that PyDev uses in Eclipse to make the MatPlotLib visible to the Eclipse IDE. Find information on how to modify the Pydev's Python Interpreter in the Eclipse Preferences menu.