Skip to content

Commit 0d8f4fb

Browse files
committed
fixed links for "tricks"
1 parent 74138f9 commit 0d8f4fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#matplotlib-gallery
22

3-
This repository is a collection of different `matplotlib` plots in IPython notebooks that I needed for my data visualizations.
3+
This repository is a collection of different `matplotlib` plots in IPython notebooks that I needed for my data visualizations.
44

5-
This project is not connected to the gallery on [http://matplotlib.org/gallery.html](http://matplotlib.org/gallery.html), although there might be some overlap and redundancy.
5+
This project is not connected to the gallery on [http://matplotlib.org/gallery.html](http://matplotlib.org/gallery.html), although there might be some overlap and redundancy.
66

77
**To view the IPython notebooks, simply click on the header links or images.**
88

@@ -22,7 +22,7 @@ This project is not connected to the gallery on [http://matplotlib.org/gallery.h
2222
- [Scatter plots](#scatter-plots)
2323
- [Special plots](#special-plots)
2424
- [Clustering - Heatmaps and Dendrograms](#clustering---heatmaps-and-dendrograms)
25-
- [Tips and Tricks](#tips-and-tricks)
25+
- [Tips and Tricks](http://nbviewer.ipython.org/github/rasbt/matplotlib-gallery/blob/master/ipynb/tricks.ipynb)
2626

2727
<br>
2828
<br>
@@ -32,7 +32,7 @@ This project is not connected to the gallery on [http://matplotlib.org/gallery.h
3232
If you have any suggestions or want to make additions, I would be very happy if you could send me
3333

3434
- an [email](mailto:se.raschka@gmail.com),
35-
- leave me a message on [google+](https://plus.google.com/u/0/+SebastianRaschka),
35+
- leave me a message on [google+](https://plus.google.com/u/0/+SebastianRaschka),
3636
- or even send me a tweet on [twitter](https://twitter.com/rasbt) (given you can fit it within the 140 character limit ;)).
3737

3838
Or even better: It would be great if you would simply fork this project and send me a pull request.
@@ -296,7 +296,7 @@ Or even better: It would be great if you would simply fork this project and send
296296

297297

298298

299-
## [Tips and Tricks](http://nbviewer.ipython.org/github/rasbt/pattern_classification/blob/master/clustering/hierarchical/tricks.ipynb)
299+
## [Tips and Tricks](http://nbviewer.ipython.org/github/rasbt/matplotlib-gallery/blob/master/ipynb/tricks.ipynb)
300300

301301
[[back to top](https://github.com/rasbt/matplotlib-gallery#matplotlib-gallery)]
302302

0 commit comments

Comments
 (0)