Matplotlib: Difference between revisions

no edit summary
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 9:
* practice reading data from a file
* practice using the matplotlib Python plotting library to analyze data and generate graphs
 
 
== Project setup ==
Line 21 ⟶ 22:
Please wave over a staff member and we'll help you pick which option is best for you computer.
 
=== 1. Install the project dependencies ===
 
Please follow the official matplotlib installation instructions at http://matplotlib.sourceforge.net/users/installing.html
Line 31 ⟶ 32:
Installing matplotlib and its dependencies is somewhat involved; please ask for help if you get stuck or don't know where to start!
 
=== 2. Download and un-archive the Matplotlib project skeleton code ===
 
* http://web.mit.edu/jesstess/www/IntermediatePythonWorkshop/Matplotlib.zip
Line 37 ⟶ 38:
Un-archiving will produce a <code>Matplotlib</code> folder containing several Python and text files.
 
=== 3. Test your setup ===
 
Run the <code>basic_plot.py</code> script in your <code>Matplotlib</code> directory. A window with a graph should pop up.
Line 191 ⟶ 192:
 
===Congratulations!===
 
You've read, modified, and created scripts that plot and analyze data using matplotlib. Keep practicing!
 
[[File:Fireworks.png|150px]]
Anonymous user