All Images by author

Integrating PyPlot and PySimpleGUI

A practical Data Viz solution.

Keno Leon
Towards Data Science
5 min readMay 4, 2021

--

Who’s this for ?

If you are a data scientist or have some data visualization needs in python you are probably using PyPlot, and if you need to interact with your plots or make a standalone program you will need to integrate PyPlot with a GUI library. I am using PySimpleGUI because that's what I use when I want to…

--

--