From 3f15a5024c1d4c930d230eda4e5e3d44421800c4 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Sun, 23 Feb 2020 21:11:47 +0100
Subject: [PATCH] =?UTF-8?q?Pozn=C3=A1mky=20k=20MatPlotLibu?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 03-matplotlib/notes | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 03-matplotlib/notes

diff --git a/03-matplotlib/notes b/03-matplotlib/notes
new file mode 100644
index 0000000..4799464
--- /dev/null
+++ b/03-matplotlib/notes
@@ -0,0 +1,26 @@
+matplotlib.pyplot.annotate(s, xy, *args, **kwargs)
+axis(\*args, \*\*kwargs)
+bar
+clf()
+figlegend
+
+fig = figure(figsize=...)
+grid
+hist ?
+savefig
+show
+
+subplot
+title
+xlabel
+ylabel
+xlim
+ylim
+x/yscale
+suptitle
+
+text
+
+tick_params
+
+xkcd
-- 
GitLab