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