From d39e9a279152aff7567fdf377e49b30fe59ae5c9 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Tue, 16 Nov 2021 12:06:07 +0100 Subject: [PATCH] :memo: :lipstick: add visualization link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 067c5d8..f4bf742 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ 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) * **Database / DataWarehouse** * PostgreSQL ([datetime functs](https://www.postgresql.org/docs/9.1/functions-datetime.html)) * Consider SQL (but [don't use `select *`](https://tanelpoder.com/posts/reasons-why-select-star-is-bad-for-sql-performance/))