10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192e935 commit 8cb05b8Copy full SHA for 8cb05b8
doc/_static/mpl.css
@@ -208,3 +208,15 @@ div.wide-table table th.stub {
208
.section-toc.toctree-wrapper .toctree-l1>ul{
209
padding-left: 0;
210
}
211
+
212
+.sidebar-cheatsheets {
213
+ margin-bottom: 3em;
214
+}
215
216
+.sidebar-cheatsheets > h3 {
217
+ margin-top: 0;
218
219
220
+.sidebar-cheatsheets > img {
221
+ width: 100%;
222
doc/_templates/cheatsheet_sidebar.html
@@ -1,6 +1,6 @@
1
2
<div class="sidebar-cheatsheets">
3
- <h3>Matplotlib cheatsheets</h3>
+ <h3>Cheatsheets</h3>
4
<a href="https://matplotlib.org/cheatsheets/">
5
<img src="_static/mpl_cheatsheet1.png"
6
alt="Matplotlib cheatsheets"
0 commit comments