Chapter 4. Interactive Plotting and Graphical Interfaces
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:
- Choosing a plotting backend
- matplotlib and seaborn essentials
- Image processing
- Further plotting and visualization libraries