Classes | Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
jsk_rqt_plugins.plot.MatDataPlot3D Class Reference
Inheritance diagram for jsk_rqt_plugins.plot.MatDataPlot3D:
Inheritance graph
[legend]

Classes

class  Canvas
 

Public Member Functions

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)
 

Private Member Functions

def _update_legend (self)
 

Private Attributes

 _autoscroll
 
 _buffer_length
 
 _canvas
 
 _color_index
 
 _curves
 
 _curves_verts
 
 _no_legend
 
 _toolbar
 
 _use_poly
 

Static Private Attributes

 _colors
 

Detailed Description

Definition at line 80 of file plot.py.

Constructor & Destructor Documentation

def jsk_rqt_plugins.plot.MatDataPlot3D.__init__ (   self,
  parent = None,
  buffer_length = 100,
  use_poly = True,
  no_legend = False 
)

Definition at line 110 of file plot.py.

Member Function Documentation

def jsk_rqt_plugins.plot.MatDataPlot3D._update_legend (   self)
private

Definition at line 151 of file plot.py.

def jsk_rqt_plugins.plot.MatDataPlot3D.add_curve (   self,
  curve_id,
  curve_name,
  x,
  y 
)

Definition at line 129 of file plot.py.

def jsk_rqt_plugins.plot.MatDataPlot3D.autoscroll (   self,
  enabled = True 
)

Definition at line 126 of file plot.py.

def jsk_rqt_plugins.plot.MatDataPlot3D.redraw (   self)

Definition at line 181 of file plot.py.

def jsk_rqt_plugins.plot.MatDataPlot3D.remove_curve (   self,
  curve_id 
)

Definition at line 144 of file plot.py.

def jsk_rqt_plugins.plot.MatDataPlot3D.update_values (   self,
  curve_id,
  x,
  y 
)

Definition at line 161 of file plot.py.

Member Data Documentation

jsk_rqt_plugins.plot.MatDataPlot3D._autoscroll
private

Definition at line 124 of file plot.py.

jsk_rqt_plugins.plot.MatDataPlot3D._buffer_length
private

Definition at line 114 of file plot.py.

jsk_rqt_plugins.plot.MatDataPlot3D._canvas
private

Definition at line 112 of file plot.py.

jsk_rqt_plugins.plot.MatDataPlot3D._color_index
private

Definition at line 121 of file plot.py.

jsk_rqt_plugins.plot.MatDataPlot3D._colors
staticprivate

Definition at line 105 of file plot.py.

jsk_rqt_plugins.plot.MatDataPlot3D._curves
private

Definition at line 122 of file plot.py.

jsk_rqt_plugins.plot.MatDataPlot3D._curves_verts
private

Definition at line 120 of file plot.py.

jsk_rqt_plugins.plot.MatDataPlot3D._no_legend
private

Definition at line 123 of file plot.py.

jsk_rqt_plugins.plot.MatDataPlot3D._toolbar
private

Definition at line 115 of file plot.py.

jsk_rqt_plugins.plot.MatDataPlot3D._use_poly
private

Definition at line 113 of file plot.py.


The documentation for this class was generated from the following file:


jsk_rqt_plugins
Author(s):
autogenerated on Sat Mar 20 2021 03:03:13