Searborn use examples
In Jupyter notebook type %matplotlib
before writing the seaborn code.
In plain Python import matplotlib
, then assign the result of the ploting function
to a variable, and call matplotlib.pyplot.show(r)
.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
In Jupyter notebook type %matplotlib
before writing the seaborn code.
In plain Python import matplotlib
, then assign the result of the ploting function
to a variable, and call matplotlib.pyplot.show(r)
.