Skip to content

Commit ac896eb

Browse files
committed
gridlines
1 parent d71a7c8 commit ac896eb

File tree

7 files changed

+20544
-3681
lines changed

7 files changed

+20544
-3681
lines changed

README.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ This project is not connected to the gallery on [http://matplotlib.org/gallery.h
1111
- [2D histograms / heat maps / levelplots](#2d-histograms--heat-maps--levelplots)
1212
- [3D Plots](#3d-plots)
1313
- [Bar plots](#bar-plots)
14-
- [Boxplots](#boxplots)
14+
- [Boxplots and Violinplots](#boxplots-and-violinplots)
1515
- [Errorbar plots](#errorbar-plots)
16-
- [Formatting](#formatting)
16+
- [Formatting I: subplots, markers, colors, axes](#formatting-i)
17+
- [Formatting II: gridlines](#formatting-i)
1718
- [Histograms](#histograms)
1819
- [Line plots](#line-plots)
1920
- [Preparing Plots for Publication](#preparing-plots-for-publication)
@@ -90,7 +91,7 @@ Or even better: It would be great if you would simply fork this project and send
9091
<br>
9192
<br>
9293

93-
## [Boxplots](http://nbviewer.ipython.org/github/rasbt/matplotlib-gallery/blob/master/ipynb/boxplots.ipynb)
94+
## [Boxplots and Violinplots](http://nbviewer.ipython.org/github/rasbt/matplotlib-gallery/blob/master/ipynb/boxplots.ipynb)
9495

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

@@ -123,15 +124,31 @@ Or even better: It would be great if you would simply fork this project and send
123124
<br>
124125

125126

126-
## [Formatting](http://nbviewer.ipython.org/github/rasbt/matplotlib-gallery/blob/master/ipynb/formatting.ipynb)
127+
## [Formatting I: subplots, markers, colors, axes](http://nbviewer.ipython.org/github/rasbt/matplotlib-gallery/blob/master/ipynb/formatting_1.ipynb)
127128

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

130131
<br>
131132
<br>
132133

133-
<a href='http://nbviewer.ipython.org/github/rasbt/matplotlib-gallery/blob/master/ipynb/formatting.ipynb'>
134-
![3d plots](./images/formatting.png)
134+
<a href='http://nbviewer.ipython.org/github/rasbt/matplotlib-gallery/blob/master/ipynb/formatting_1.ipynb'>
135+
![](./images/formatting_1.png)
136+
</a>
137+
138+
<br>
139+
<br>
140+
<br>
141+
<br>
142+
143+
## [Formatting II: gridlines](http://nbviewer.ipython.org/github/rasbt/matplotlib-gallery/blob/master/ipynb/formatting_2.ipynb)
144+
145+
[[back to top](https://github.com/rasbt/matplotlib-gallery#matplotlib-gallery)]
146+
147+
<br>
148+
<br>
149+
150+
<a href='http://nbviewer.ipython.org/github/rasbt/matplotlib-gallery/blob/master/ipynb/formatting_2.ipynb'>
151+
![](./images/formatting_2.png)
135152
</a>
136153

137154
<br>
File renamed without changes.

images/formatting_2.png

4.49 KB
Loading

ipynb/.ipynb_checkpoints/formatting-checkpoint.ipynb

Lines changed: 9690 additions & 1834 deletions
Large diffs are not rendered by default.

ipynb/formatting.ipynb

Lines changed: 0 additions & 1841 deletions
This file was deleted.

ipynb/formatting_1.ipynb

Lines changed: 9697 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)