Skip to content

Commit 7dba324

Browse files
committed
errorbar plots
1 parent 26dc68d commit 7dba324

File tree

4 files changed

+301
-2
lines changed

4 files changed

+301
-2
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ This repository is a collection of different `matplotlib` plots in IPython noteb
44

55
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

7+
**To view the IPython notebooks, simply clock on the header links or images.**
8+
9+
### Sections
10+
711
- [2D histograms / heat maps / levelplots](#2d-histograms--heat-maps--levelplots)
812
- [3D Plots](#3d-plots)
913
- [Bar plots](#bar-plots)
1014
- [Boxplots](#boxplots)
15+
- [Errorbar plots](#errorbar-plots)
1116
- [Formatting](#formatting)
1217
- [Histograms](#histograms)
1318
- [Line plots](#line-plots)
@@ -99,6 +104,22 @@ Or even better: It would be great if you would simply fork this project and send
99104
<br>
100105
<br>
101106

107+
## [Errorbar plots](http://nbviewer.ipython.org/github/rasbt/matplotlib-gallery/blob/master/ipynb/errorbars.ipynb)
108+
109+
[[back to top](https://github.com/rasbt/matplotlib-gallery#matplotlib-gallery)]
110+
111+
<br>
112+
<br>
113+
114+
<a href='http://nbviewer.ipython.org/github/rasbt/matplotlib-gallery/blob/master/ipynb/errorbars.ipynb'>
115+
![3d plots](./images/errorbars.png)
116+
</a>
117+
118+
<br>
119+
<br>
120+
<br>
121+
<br>
122+
102123

103124
## [Formatting](http://nbviewer.ipython.org/github/rasbt/matplotlib-gallery/blob/master/ipynb/formatting.ipynb)
104125

images/errorbars.png

36.7 KB
Loading

0 commit comments

Comments
 (0)