MCPcopy Index your code
hub / github.com/PySimpleGUI/PySimpleGUI / draw_plot

Function draw_plot

DemoPrograms/Demo_Matplotlib_Two_Windows.py:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15"""
16
17def draw_plot():
18 plt.plot([0.1, 0.2, 0.5, 0.7])
19 plt.show(block=False)
20
21layout = [[sg.Button('Plot'), sg.Cancel(), sg.Button('Popup')]]
22

Callers 1

Calls 2

showMethod · 0.80
plotMethod · 0.45

Tested by

no test coverage detected