Thanks to visit codestin.com Credit goes to github.com
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 192e935 + 8cb05b8 commit 07b3032Copy full SHA for 07b3032
2 files changed
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