MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / do_plot

Function do_plot

lib/matplotlib/tests/test_backend_tk.py:112–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 success = []
111
112 def do_plot():
113 plt.figure()
114 plt.plot([1, 2], [3, 5])
115 plt.close()
116 root.after(0, legitimate_quit)
117
118 def legitimate_quit():
119 root.quit()

Callers 1

bxpMethod · 0.50

Calls 3

figureMethod · 0.80
plotMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…