@@ -11,9 +11,10 @@ This project is not connected to the gallery on [http://matplotlib.org/gallery.h
11
11
- [ 2D histograms / heat maps / levelplots] ( #2d-histograms--heat-maps--levelplots )
12
12
- [ 3D Plots] ( #3d-plots )
13
13
- [ Bar plots] ( #bar-plots )
14
- - [ Boxplots] ( #boxplots )
14
+ - [ Boxplots and Violinplots ] ( #boxplots-and-violinplots )
15
15
- [ Errorbar plots] ( #errorbar-plots )
16
- - [ Formatting] ( #formatting )
16
+ - [ Formatting I: subplots, markers, colors, axes] ( #formatting-i )
17
+ - [ Formatting II: gridlines] ( #formatting-i )
17
18
- [ Histograms] ( #histograms )
18
19
- [ Line plots] ( #line-plots )
19
20
- [ 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
90
91
<br >
91
92
<br >
92
93
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 )
94
95
95
96
[[ back to top] ( https://github.com/rasbt/matplotlib-gallery#matplotlib-gallery )]
96
97
@@ -123,15 +124,31 @@ Or even better: It would be great if you would simply fork this project and send
123
124
<br >
124
125
125
126
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 )
127
128
128
129
[[ back to top] ( https://github.com/rasbt/matplotlib-gallery#matplotlib-gallery )]
129
130
130
131
<br >
131
132
<br >
132
133
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 )
135
152
</a >
136
153
137
154
<br >
0 commit comments