All Projects → matplotlib → Cheatsheets

matplotlib / Cheatsheets

Licence: bsd-2-clause
Official Matplotlib cheat sheets

Programming Languages

python
139335 projects - #7 most used programming language
TeX
3793 projects
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to Cheatsheets

Matplotlib Cheatsheet
Matplotlib 3.1 cheat sheet.
Stars: ✭ 2,806 (-51.19%)
Mutual labels:  cheatsheet, matplotlib
Css Cheat Sheet
CSS Cheat Sheet - A reference for CSS goodness.
Stars: ✭ 310 (-94.61%)
Mutual labels:  cheatsheet
Python web crawler da ml dl
python从最基础的语法历经网络基础、前端基础、后端基础和爬虫与数据基础走向机器学习
Stars: ✭ 272 (-95.27%)
Mutual labels:  matplotlib
Cheatsheet God
Penetration Testing Reference Bank - OSCP / PTP & PTX Cheatsheet
Stars: ✭ 3,521 (-38.75%)
Mutual labels:  cheatsheet
Boostnote Markdown Cheatsheet
📋 📘 The missing one page markdown feature cheat sheet for Boostnote
Stars: ✭ 276 (-95.2%)
Mutual labels:  cheatsheet
Ios Uifont Names
A handy cheatsheet for calling UIFont(name: size:)
Stars: ✭ 305 (-94.69%)
Mutual labels:  cheatsheet
Geopython
Notebooks and libraries for spatial/geo Python explorations
Stars: ✭ 268 (-95.34%)
Mutual labels:  matplotlib
Python for data analysis 2nd chinese version
《利用Python进行数据分析·第2版》
Stars: ✭ 4,049 (-29.57%)
Mutual labels:  matplotlib
Awesome Android Interview
🔥 A awesome android expert interview questions and answers(continuous updating ...)
Stars: ✭ 3,596 (-37.45%)
Mutual labels:  cheatsheet
Stl cheat sheets
C++ STL Cheat Sheets.
Stars: ✭ 293 (-94.9%)
Mutual labels:  cheatsheet
Idiosyncratic Ruby.com
Documenting All Ruby Specialities 💎︎
Stars: ✭ 292 (-94.92%)
Mutual labels:  cheatsheet
React Lifecycle Methods Diagram
Interactive React Lifecycle Methods diagram.
Stars: ✭ 3,253 (-43.42%)
Mutual labels:  cheatsheet
Yellowbrick
Visual analysis and diagnostic tools to facilitate machine learning model selection.
Stars: ✭ 3,439 (-40.18%)
Mutual labels:  matplotlib
Audio Spectrum Analyzer In Python
A series of Jupyter notebooks and python files which stream audio from a microphone using pyaudio, then processes it.
Stars: ✭ 273 (-95.25%)
Mutual labels:  matplotlib
Finger Detection And Tracking
Finger Detection and Tracking using OpenCV and Python
Stars: ✭ 317 (-94.49%)
Mutual labels:  matplotlib
Brokenaxes
Create matplotlib plots with broken axes
Stars: ✭ 266 (-95.37%)
Mutual labels:  matplotlib
Lantern
Data exploration glue
Stars: ✭ 292 (-94.92%)
Mutual labels:  matplotlib
Training Kit
Open source courseware for Git and GitHub
Stars: ✭ 3,462 (-39.78%)
Mutual labels:  cheatsheet
Joypy
Joyplots in Python with matplotlib & pandas 📈
Stars: ✭ 322 (-94.4%)
Mutual labels:  matplotlib
Ue4 Cheatsheet
An Cheat Sheet for Unreal Engine 4 C++ programming, licensed under CC BY-NC-SA 4.0
Stars: ✭ 318 (-94.47%)
Mutual labels:  cheatsheet

Cheatsheets for Matplotlib users

Cheatsheets

Cheatsheet (download pdf)

Handouts

Beginner handout (download pdf) Intermediate handout (download pdf) Tips handout (download pdf)

For contributors to the cheatsheets

How to compile

  1. You need to create a fonts repository with:

On Linux, with make installed, the fonts can be set up with the following command:

make -C fonts

The fonts can be made discoverable by matplotlib (through fontconfig) by creating the following in $HOME/.config/fontconfig/fonts.conf (see here):

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<dir>/path/to/cheatsheets/fonts/</dir>
...
</fontconfig>
  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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].