October 2015
Beginner
200 pages
3h 56m
English
In the previous chapter, we created a few plots with matplotlib and seaborn. In this chapter, we'll look at these libraries in more detail. We'll also discuss some of the many other visualization libraries in Python, with a particular emphasis on those that integrate with the Jupyter Notebook.
We will cover the following topics:
There are different ways to display a plot in the Jupyter Notebook.
So far, we have created plots within the Notebook using the matplotlib inline mode. This is activated with the %matplotlib inline magic command ...
Read now
Unlock full access