From 4117cf422facbdf493a0c5c55e46aff1b0596d02 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Sun, 1 Mar 2020 21:27:52 +0100
Subject: [PATCH] =?UTF-8?q?Pr=C5=AFb=C4=9B=C5=BEn=C3=BD=20commit=20pozn?=
 =?UTF-8?q?=C3=A1mek,=20kter=C3=A9=20jsou=20=C4=8D=C3=ADm=20d=C3=A1l=20m?=
 =?UTF-8?q?=C3=A9n=C4=9B=20k=20matplotlibu=20:)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 03-matplotlib/notes | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/03-matplotlib/notes b/03-matplotlib/notes
index 4799464..598777e 100644
--- a/03-matplotlib/notes
+++ b/03-matplotlib/notes
@@ -24,3 +24,32 @@ text
 tick_params
 
 xkcd
+
+------
+
+PyCharm
+
+- help k položkám menu ve status line
+- installing modules
+- highlighting uses of variable etc.
+- debugger
+    - breakpoints
+    - stepping over/in
+    - var comments in source
+    - variables
+    - watches
+    - "view as Array"
+    - run/pause
+    - stack
+- PEP 8 warnings
+- automatické doplňování závorek/uvozovek/...
+- Tab/Ctrl-Tab i na bloky
+- folding
+- refactor: rename var/func, extract var
+- dokumentační komentáře
+- type hints?
+    - self se neanotuje
+- Ctrl-W
+- Ctrl-Shift+Up/Down
+- propojení s Gitem
+- TODO
\ No newline at end of file
-- 
GitLab