Classes | |
class | Canvas |
Public Member Functions | |
def | __init__ |
def | add_curve |
def | autoscroll |
def | redraw |
def | remove_curve |
def | update_values |
Private Member Functions | |
def | _update_legend |
Private Attributes | |
_autoscroll | |
_buffer_length | |
_canvas | |
_color_index | |
_curves | |
_curves_verts | |
_no_legend | |
_toolbar | |
_use_poly |
def jsk_rqt_plugins.plot.MatDataPlot3D.__init__ | ( | self, | |
parent = None , |
|||
buffer_length = 100 , |
|||
use_poly = True , |
|||
no_legend = False |
|||
) |
def jsk_rqt_plugins.plot.MatDataPlot3D._update_legend | ( | self | ) | [private] |
def jsk_rqt_plugins.plot.MatDataPlot3D.add_curve | ( | self, | |
curve_id, | |||
curve_name, | |||
x, | |||
y | |||
) |
def jsk_rqt_plugins.plot.MatDataPlot3D.autoscroll | ( | self, | |
enabled = True |
|||
) |
def jsk_rqt_plugins.plot.MatDataPlot3D.redraw | ( | self | ) |
def jsk_rqt_plugins.plot.MatDataPlot3D.remove_curve | ( | self, | |
curve_id | |||
) |
def jsk_rqt_plugins.plot.MatDataPlot3D.update_values | ( | self, | |
curve_id, | |||
x, | |||
y | |||
) |