October 2018
Beginner to intermediate
676 pages
18h 30m
English
Here, we will not set up the backend, as the application itself is to be started from the GUI.
Import the required libraries:
import tkinter as tk import numpy as npfrom tkinter.font import Fontfrom matplotlib.figure import Figurefrom matplotlib.backends.backend_tkagg import (FigureCanvasTkAgg, NavigationToolbar2Tk)
Read now
Unlock full access