Skip to content

Instantly share code, notes, and snippets.

View rberlich's full-sized avatar

Beet rberlich

  • Karlsruhe
View GitHub Profile
#---------Imports
import numpy as np
import matplotlib
matplotlib.use('TkAgg')
from numpy import arange, sin, pi
from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg
from matplotlib.figure import Figure
from matplotlib import gridspec
import tkinter as Tk
import numpy as np