File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -130,10 +130,11 @@ General guidelines for making a good gallery plot:
130
130
dataset isn't available, open an issue requesting one and we'll work together to add
131
131
it.
132
132
* Add comments to explain things are aren't obvious from reading the code. Good: * Use a
133
- Mercator projection and make the plot 6 inches wide* . Bad: * Draw coastlines and plot
134
- the data* .
133
+ Mercator projection and make the plot 15 centimeters wide* . Bad: * Draw coastlines and
134
+ plot the data* .
135
135
* Describe the feature that you're showcasing and link to other relevant parts of the
136
136
documentation.
137
+ * SI units should be used in the example code for gallery plots.
137
138
138
139
### Tutorials
139
140
@@ -155,6 +156,7 @@ Guidelines for a good tutorial:
155
156
features or abbreviations.
156
157
* Explain the options and features in as much detail as possible. The gallery has
157
158
concise examples while the tutorials are detailed and full of text.
159
+ * SI units should be used in the example code for tutorial plots.
158
160
159
161
Note that the ` Figure.show() ` function needs to be called for a plot to be inserted into
160
162
the documentation.
You can’t perform that action at this time.
0 commit comments