(title, gtitle='Graph', labelx='X-Unit', labely='Y-Unit')
| 198 | wx.CallAfter(pub.sendMessage, 'showlog', title=title, cont=cont) |
| 199 | |
| 200 | def 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) |