Jump to content

Matplotlib: Difference between revisions

imported>Jesstess
imported>Jesstess
Line 32:
<b>Option 1: install binaries</b><br/>
# Follow the instructions at http://penandpants.com/2012/03/01/install-python-2/, which will walk you through installing a new Python, NumPy, SciPy, and finally matplotlib.
* Pros: you don't have to compile from source. Cons: you have to install a new Python, which could possibly interact negatively with existing libraries.
* Cons: you have to install a new Python, which could possibly interact negatively with existing libraries.
 
<b>Option 2: install from source</b>
Line 41 ⟶ 42:
# Unpack the latest matplotlib tarball from http://sourceforge.net/projects/matplotlib/files/matplotlib/
# Follow the instructions in <code>README.osx</code>
* Pros: you get to use your existing Python installation. Cons: you have to install a C compiler and compile from source.
* Cons: you have to install a C compiler and compile from source.
 
<!--
Line 47 ⟶ 49:
# Read http://matplotlib.sourceforge.net/faq/installing_faq.html#install-osx-binaries and then download and install matplotlib from http://sourceforge.net/projects/matplotlib/files/matplotlib/
-->
 
 
==== Linux users only ====
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.