# cheatsheets **Repository Path**: wu_yi_git/cheatsheets ## Basic Information - **Project Name**: cheatsheets - **Description**: Official Matplotlib cheat sheets - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-18 - **Last Updated**: 2021-01-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cheatsheets ![](./cheatsheets-1.png) ![](./cheatsheets-2.png) # Handouts ![](./handout-beginner.png) ![](./handout-intermediate.png) ![](./handout-tips.png) # How to compile 1. You need to create a `fonts` repository with: * `fonts/roboto/*` : See https://fonts.google.com/specimen/Roboto * `fonts/roboto-slab/*` : See https://fonts.google.com/specimen/Roboto+Slab * `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: ``` $ cd scripts $ for script in *.py; do python $script; done $ cd .. ``` 3. Compile the sheet ``` $ xelatex cheatsheets.tex $ xelatex cheatsheets.tex ```