October 2018
Beginner to intermediate
676 pages
18h 30m
English
We will first plot our graph using the Matplotlib twinx() method. Then, in the There's more... section of this recipe, we will plot our graph again using the axisartist and axes_grid1 toolkits.
You'll need to import the required libraries using the following commands:
import matplotlib.pyplot as pltfrom matplotlib.ticker import MultipleLocator
Read now
Unlock full access