October 2018
Beginner to intermediate
676 pages
18h 30m
English
We will use the object-oriented API here. In Chapter 4, Developing Visualizations for Publishing Quality, we used the pyplot API for this example. Import the required libraries:
from cycler import cyclerimport numpy as npfrom matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvasfrom matplotlib.figure import Figurefrom IPython.core.display import display
Read now
Unlock full access