MCPcopy Index your code
hub / github.com/PySimpleGUI/PySimpleGUI / Demo_Matplotlib_Two_Windows.py

File Demo_Matplotlib_Two_Windows.py

DemoPrograms/Demo_Matplotlib_Two_Windows.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from matplotlib import use
2import PySimpleGUI as sg
3# import PySimpleGUIQt as sg; use('qt5agg')
4import matplotlib.pyplot as plt

Callers

nothing calls this directly

Calls 3

draw_plotFunction · 0.85
readMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected