From d6b800b953c4334223cd1197c70518094183d9b0 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Fri, 10 Dec 2021 16:14:50 +0100 Subject: [PATCH] :art: add matplotlib cheatsheets --- methodology-development.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/methodology-development.md b/methodology-development.md index 26f1d71..afc1340 100644 --- a/methodology-development.md +++ b/methodology-development.md @@ -129,7 +129,9 @@ Context: * [AsciiFlow](https://asciiflow.com/#/) * *Spectral*, a [diverging colormap from matplotlib](https://matplotlib.org/3.1.0/tutorials/colors/colormaps.html#diverging). * [Tikz Editor](https://tikzcd.yichuanshen.de) - * Matplotlib [book of examples](https://raw.githubusercontent.com/rougier/scientific-visualization-book/master/pdf/book.pdf) + * Matplotlib + * [book of examples](https://raw.githubusercontent.com/rougier/scientific-visualization-book/master/pdf/book.pdf) + * [cheatsheets](https://matplotlib.org/cheatsheets/) * **API** * Requesting - use Python-[requests](https://docs.python-requests.org/en/latest/) * **Database / DataWarehouse**