Plot window of trace data. More...
Public Member Functions | |
def | __init__ |
def | create_main_canvas |
def | init_plot |
def | on_close |
def | onpick |
Public Attributes | |
canvas | |
dpi | |
fig | |
sizer | |
Private Attributes | |
_data | |
_manager |
Plot window of trace data.
Definition at line 474 of file mtrace_plot.py.
def mtrace_plot.MtracePlotPanel.__init__ | ( | self, | |
manager, | |||
name, | |||
mtrace_data | |||
) |
Definition at line 475 of file mtrace_plot.py.
def mtrace_plot.MtracePlotPanel.create_main_canvas | ( | self | ) |
Definition at line 519 of file mtrace_plot.py.
def mtrace_plot.MtracePlotPanel.init_plot | ( | self | ) |
Definition at line 486 of file mtrace_plot.py.
def mtrace_plot.MtracePlotPanel.on_close | ( | self, | |
event | |||
) |
Definition at line 530 of file mtrace_plot.py.
def mtrace_plot.MtracePlotPanel.onpick | ( | self, | |
event = None |
|||
) |
Definition at line 516 of file mtrace_plot.py.
mtrace_plot.MtracePlotPanel::_data [private] |
Definition at line 475 of file mtrace_plot.py.
mtrace_plot.MtracePlotPanel::_manager [private] |
Definition at line 475 of file mtrace_plot.py.
Definition at line 519 of file mtrace_plot.py.
Definition at line 486 of file mtrace_plot.py.
Definition at line 486 of file mtrace_plot.py.
Definition at line 519 of file mtrace_plot.py.