8000
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.
2 parents 8da8655 + c4c74fd commit 035a5d2Copy full SHA for 035a5d2
doc/_static/mpl.css
@@ -207,3 +207,15 @@ div.wide-table table th.stub {
207
.section-toc.toctree-wrapper li>ul{
208
padding-inline-start:0;
209
}
210
+
211
+.sidebar-cheatsheets {
212
+ margin-bottom: 3em;
213
+}
214
215
+.sidebar-cheatsheets > h3 {
216
+ margin-top: 0;
217
218
219
+.sidebar-cheatsheets > img {
220
+ width: 100%;
221
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