October 2018
Beginner to intermediate
676 pages
18h 30m
English
We will use the receiver operating characteristic (ROC) curve data introduced in Chapter 3, Plotting Multiple Charts, Subplots, and Figures, to plot various line graphs, with the associated legend.
Import the required libraries and set the backend:
import matplotlib.pyplot as pltplt.switch_backend('nbAgg')import pandas as pd
Read now
Unlock full access