Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a1d8f1

Browse files
committed
DOC: Add link to Matplotlib PDF documentation near cheatsheets
1 parent 8ff895d commit 0a1d8f1

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
21
<div class="sidebar-cheatsheets">
32
<h3>Cheatsheets</h3>
43
<a href="https://matplotlib.org/cheatsheets/">
54
<img src="_static/mpl_cheatsheet1.png"
65
alt="Matplotlib cheatsheets"
76
srcset="_static/mpl_cheatsheet1.png 1x, _static/mpl_cheatsheet1_2x.png 2x"/>
87
</a>
9-
</div>
8+
9+
<p>
10+
<a href="https://matplotlib.org/stable/Matplotlib.pdf">
11+
Download the full Matplotlib PDF documentation
12+
</a>
13+
</p>
14+
</div>

0 commit comments

Comments
 (0)