seaborn¶
Links: notebook
, html, python
, slides, GitHub
seaborn is an extension of matplotlib for statisticians. Graphs are really nice and famous among statisticians. However, it is difficult to draw a graph with weighted observations.
documentation source installation tutorial gallerie
%matplotlib inline
from jyquickhelper import add_notebook_menu
add_notebook_menu()