Skip to content

Commit

Permalink
Imported draft material
Browse files Browse the repository at this point in the history
  • Loading branch information
rougier committed Jun 25, 2020
1 parent 427bea4 commit e223a79
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# cheatsheets
Various cheat sheets for matplotlib
# Cheatsheets

![](./cheatsheets-1.png)

![](./cheatsheets-2.png)

# How to compile

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

2. You need to generate all the figures:

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




2 changes: 1 addition & 1 deletion scripts/projections.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
ax.add_feature(cartopy.feature.LAND, zorder=0,
facecolor="C1", edgecolor="0.0", linewidth=0)
plt.savefig("../figures/projection-cartopy.pdf")

# plt.show()
27 changes: 27 additions & 0 deletions scripts/x.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
This is XeTeX, Version 3.14159265-2.6-0.999991 (TeX Live 2019) (preloaded format=xelatex 2020.3.1) 9 APR 2020 19:31
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**cheatsheet.tex
(/usr/local/texlive/2019/texmf-dist/tex/latex/tools/x.tex
LaTeX2e <2020-02-02> patch level 5
L3 programming layer <2020-02-25>
! .
l.38 \batchmode \errmessage{}
\csname @@end\endcsname \end
This error message was generated by an \errmessage
command, so I can't give any explicit help.
Pretend that you're Hercule Poirot: Examine all clues,
and deduce the truth by order and method.

)
Here is how much of TeX's memory you used:
17 strings out of 479805
434 string characters out of 5893181
244029 words of memory out of 5000000
17254 multiletter control sequences out of 15000+600000
532338 words of font info for 24 fonts, out of 8000000 for 9000
1348 hyphenation exceptions out of 8191
12i,0n,15p,94b,8s stack positions out of 5000i,500n,10000p,200000b,80000s

No pages of output.

0 comments on commit e223a79

Please sign in to comment.