October 2018
Beginner to intermediate
676 pages
18h 30m
English
Let's set up the backend to be used. This is the only code to be changed for different GUI frameworks to run this plot across the three chosen GUI frameworks:
import matplotlibmatplotlib.use('tkagg')
Let's import the required libraries:
import numpy as npimport matplotlib.pyplot as pltfrom matplotlib.widgets import Button, Slider
Read now
Unlock full access