Skip to content

Commit e223a79

Browse files
committed
Imported draft material
1 parent 427bea4 commit e223a79

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

README.md

Lines changed: 7 additions & 2 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

@@ -26,3 +30,4 @@ $ xelatex cheatsheet-basic.tex
2630

2731

2832

33+

scripts/projections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
ax.add_feature(cartopy.feature.LAND, zorder=0,
5555
facecolor="C1", edgecolor="0.0", linewidth=0)
5656
plt.savefig("../figures/projection-cartopy.pdf")
57-
57+
# plt.show()

scripts/x.log

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
This is XeTeX, Version 3.14159265-2.6-0.999991 (TeX Live 2019) (preloaded format=xelatex 2020.3.1) 9 APR 2020 19:31
2+
entering extended mode
3+
restricted \write18 enabled.
4+
%&-line parsing enabled.
5+
**cheatsheet.tex
6+
(/usr/local/texlive/2019/texmf-dist/tex/latex/tools/x.tex
7+
LaTeX2e <2020-02-02> patch level 5
8+
L3 programming layer <2020-02-25>
9+
! .
10+
l.38 \batchmode \errmessage{}
11+
\csname @@end\endcsname \end
12+
This error message was generated by an \errmessage
13+
command, so I can't give any explicit help.
14+
Pretend that you're Hercule Poirot: Examine all clues,
15+
and deduce the truth by order and method.
16+
17+
)
18+
Here is how much of TeX's memory you used:
19+
17 strings out of 479805
20+
434 string characters out of 5893181
21+
244029 words of memory out of 5000000
22+
17254 multiletter control sequences out of 15000+600000
23+
532338 words of font info for 24 fonts, out of 8000000 for 9000
24+
1348 hyphenation exceptions out of 8191
25+
12i,0n,15p,94b,8s stack positions out of 5000i,500n,10000p,200000b,80000s
26+
27+
No pages of output.

0 commit comments

Comments
 (0)