Index: /issm/trunk-jpl/externalpackages/matplotlib/install-osx.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/matplotlib/install-osx.sh	(revision 12246)
+++ /issm/trunk-jpl/externalpackages/matplotlib/install-osx.sh	(revision 12246)
@@ -0,0 +1,10 @@
+#/bin/bash
+pythonversion=2.7
+PYTHON=python${pythonversion}
+
+git clone https://github.com/matplotlib/matplotlib
+mv matplotlib src
+mkdir deps
+cd src
+make -f make.osx PREFIX=$ISSM_DIR/externalpackages/matplotlib/deps PYVERSION=$pythonversion fetch deps mpl_install_std
+${PYTHON} -c "import matplotlib; print 'Installed matplotlib', matplotlib.__version__, matplotlib.__file__"
