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