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

------

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