sinhadevisha / cheatsheets

Official Matplotlib cheat sheets

Home Page:https://matplotlib.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Official Matplotlib cheat sheets

https://matplotlib.org/

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 57.3%Language:TeX 42.7%