From 936c755d989095234da1c9dbc293daee4c18e339 Mon Sep 17 00:00:00 2001 From: rasbt Date: Wed, 16 Jul 2014 00:44:54 -0400 Subject: [PATCH] matplotlib gallery --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ad2b2bb..cfa5708 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ - [// Python tips and tutorials](#-python-tips-and-tutorials) - [// Python and the web](#-python-and-the-web) - [// Algorithms](#-algorithms) +- [// Plotting and Visualization](#-plotting-and-visualization) - [// Benchmarks](#-benchmarks) - [// Other](#-other) - [// Useful scripts and snippets](#-useful-scripts-and-snippets) @@ -76,6 +77,12 @@ - Counting points inside a hypercube [[IPython nb](http://nbviewer.ipython.org/github/rasbt/algorithms_in_ipython_notebooks/blob/master/ipython_nbs/geometry/points_in_hybercube.ipynb)] +
+###// Plotting and Visualization +[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)] + +- a matplotlib gallery in IPython notebooks [[GitHub repo](https://github.com/rasbt/matplotlib-gallery)] +
###// Benchmarks