October 18, 2020

96 words 1 min read

matplotlib/cheatsheets

matplotlib/cheatsheets

Official Matplotlib cheat sheets

repo name matplotlib/cheatsheets
repo link https://github.com/matplotlib/cheatsheets
homepage https://matplotlib.org/
language Python
size (curr.) 13746 kB
stars (curr.) 2899
created 2020-05-05
license BSD 2-Clause “Simplified” License

Cheatsheets

Handouts

How to compile

  1. You need to create a fonts repository with:
  1. You need to generate all the figures:
$ cd scripts
$ for script in *.py; do python $script; done
$ cd ..
  1. Compile the sheet
$ xelatex cheatsheets.tex
$ xelatex cheatsheets.tex
comments powered by Disqus