Skip to content

Commit 29bee69

Browse files
authored
Merge pull request #5 from matplotlib/nicolas
Nicolas
2 parents 427bea4 + 7765b8e commit 29bee69

13 files changed

+747
-63
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
fonts*
1+
fonts*
2+
*.upa
3+
*.log
4+
*.out
5+
*.aux

LICENSE.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright (c) 2020, Nicolas P. Rougier
2+
3+
Redistribution and use in source and binary forms, with or without
4+
modification, are permitted provided that the following conditions are met:
5+
6+
1. Redistributions of source code must retain the above copyright notice, this
7+
list of conditions and the following disclaimer.
8+
2. Redistributions in binary form must reproduce the above copyright notice,
9+
this list of conditions and the following disclaimer in the documentation
10+
and/or other materials provided with the distribution.
11+
12+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
13+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
14+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
15+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
16+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
17+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
18+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
19+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
20+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
21+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
# cheatsheets
2-
Various cheat sheets for matplotlib
1+
# Cheatsheets
2+
3+
![](./cheatsheets-1.png)
4+
5+
![](./cheatsheets-2.png)
36

47
# How to compile
58

@@ -9,6 +12,7 @@ Various cheat sheets for matplotlib
912
* `fonts/source-code-pro/*` : See https://fonts.google.com/specimen/Source+Code+Pro
1013
* `fonts/source-sans-pro/*` : See https://fonts.google.com/specimen/Source+Sans+Pro
1114
* `fonts/source-serif-pro/*` : See https://fonts.google.com/specimen/Source+Serif+Pro
15+
* `fonts/delicious-123: See https://www.exljbris.com/delicious.html
1216

1317
2. You need to generate all the figures:
1418

@@ -23,6 +27,3 @@ $ cd ..
2327
$ xelatex cheatsheet-basic.tex
2428
$ xelatex cheatsheet-basic.tex
2529
```
26-
27-
28-

cheatsheets-1.png

671 KB
Loading

cheatsheets-2.png

380 KB
Loading

0 commit comments

Comments
 (0)