|
def | __init__ (self, parent=None, buffer_length=100, use_poly=True, no_legend=False) |
|
def | add_curve (self, curve_id, curve_name, x, y) |
|
def | autoscroll (self, enabled=True) |
|
def | redraw (self) |
|
def | remove_curve (self, curve_id) |
|
def | update_values (self, curve_id, x, y) |
|
Definition at line 80 of file plot.py.
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 |
|
) |
| |
jsk_rqt_plugins.plot.MatDataPlot3D._autoscroll |
|
private |
jsk_rqt_plugins.plot.MatDataPlot3D._buffer_length |
|
private |
jsk_rqt_plugins.plot.MatDataPlot3D._canvas |
|
private |
jsk_rqt_plugins.plot.MatDataPlot3D._color_index |
|
private |
jsk_rqt_plugins.plot.MatDataPlot3D._colors |
|
staticprivate |
jsk_rqt_plugins.plot.MatDataPlot3D._curves |
|
private |
jsk_rqt_plugins.plot.MatDataPlot3D._curves_verts |
|
private |
jsk_rqt_plugins.plot.MatDataPlot3D._no_legend |
|
private |
jsk_rqt_plugins.plot.MatDataPlot3D._toolbar |
|
private |
jsk_rqt_plugins.plot.MatDataPlot3D._use_poly |
|
private |
The documentation for this class was generated from the following file: