Community Data Science Workshops (Spring 2014)/Saturday May 31st Matplotlib Session: Difference between revisions

m
moved to wiki.communitydata.cc
imported>Mako
imported>Jtmorgan
m (moved to wiki.communitydata.cc)
 
(One intermediate revision by one other user not shown)
Line 1:
{{CDSW Moved}}
[[File:Matplotlib-hist2d.png|right|500px]]
__NOTOC__
Line 17 ⟶ 18:
* Exercise your creativity by making your own visualization
 
=== PrerequisitesSet up ===
 
If you installed Anaconda, you are good to go. All Windows users have already installed Anaconda.
In addition to Python and a text editor, you must also download and install the appropriate matplotlib version for your system, which is available [http://matplotlib.org/downloads.html here].
 
If you are running OSX, and have not yet [[Windows set up Python (Anaconda)#Download and install Python|installed Anaconda]], please do. You can follow these instructions for Windows users, but make sure you select the right version of Anaconda for your system.
 
On a Linux system, you'll need to install some dependencies (e.g. for Debian-based systems):
 
<pre>
sudo apt-get install python-matplotlib python-tk
</pre>
 
=== Download and test the Matplotlib-with-Wiki-bios project ===
Anonymous user