MCPcopy Create free account
hub / github.com/Image-Py/imagepy / plot

Function plot

imagepy/IPy.py:200–202  ·  view source on GitHub ↗
(title, gtitle='Graph', labelx='X-Unit', labely='Y-Unit')

Source from the content-addressed store, hash-verified

198 wx.CallAfter(pub.sendMessage, 'showlog', title=title, cont=cont)
199
200def plot(title, gtitle='Graph', labelx='X-Unit', labely='Y-Unit'):
201 from .ui.plotwindow import PlotFrame
202 return PlotFrame.get_frame(title, gtitle, labelx, labely)
203
204#def set_progress(i):
205# curapp.set_progress(i)

Callers

nothing calls this directly

Calls 1

get_frameMethod · 0.80

Tested by

no test coverage detected