Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
17
def
draw_plot():
18
plt.plot([0.1, 0.2, 0.5, 0.7])
19
plt.show(block=False)
20
21
layout = [[sg.Button(
'Plot'
), sg.Cancel(), sg.Button(
'Popup'
)]]
22
Callers
1
Demo_Matplotlib_Two_Windows.py
File · 0.85
Calls
2
show
Method · 0.80
plot
Method · 0.45
Tested by
no test coverage detected