Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | List of all members
rqt_plot.data_plot.pyqtgraph_data_plot.PyQtGraphDataPlot Class Reference
Inheritance diagram for rqt_plot.data_plot.pyqtgraph_data_plot.PyQtGraphDataPlot:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, parent=None)
 
def add_curve (self, curve_id, curve_name, curve_color=QColor(Qt.blue), markers_on=False)
 
def get_xlim (self)
 
def get_ylim (self)
 
def redraw (self)
 
def remove_curve (self, curve_id)
 
def set_values (self, curve_id, data_x, data_y)
 
def set_xlim (self, limits)
 
def set_ylim (self, limits)
 
def vline (self, x, color)
 

Static Public Attributes

 limits_changed = Signal()
 

Private Member Functions

def _update_legend (self)
 

Private Attributes

 _current_vline
 
 _curves
 
 _plot_widget
 

Detailed Description

Definition at line 62 of file pyqtgraph_data_plot.py.

Constructor & Destructor Documentation

def rqt_plot.data_plot.pyqtgraph_data_plot.PyQtGraphDataPlot.__init__ (   self,
  parent = None 
)

Definition at line 66 of file pyqtgraph_data_plot.py.

Member Function Documentation

def rqt_plot.data_plot.pyqtgraph_data_plot.PyQtGraphDataPlot._update_legend (   self)
private

Definition at line 100 of file pyqtgraph_data_plot.py.

def rqt_plot.data_plot.pyqtgraph_data_plot.PyQtGraphDataPlot.add_curve (   self,
  curve_id,
  curve_name,
  curve_color = QColor(Qt.blue),
  markers_on = False 
)

Definition at line 80 of file pyqtgraph_data_plot.py.

def rqt_plot.data_plot.pyqtgraph_data_plot.PyQtGraphDataPlot.get_xlim (   self)

Definition at line 128 of file pyqtgraph_data_plot.py.

def rqt_plot.data_plot.pyqtgraph_data_plot.PyQtGraphDataPlot.get_ylim (   self)

Definition at line 132 of file pyqtgraph_data_plot.py.

def rqt_plot.data_plot.pyqtgraph_data_plot.PyQtGraphDataPlot.redraw (   self)

Definition at line 109 of file pyqtgraph_data_plot.py.

def rqt_plot.data_plot.pyqtgraph_data_plot.PyQtGraphDataPlot.remove_curve (   self,
  curve_id 
)

Definition at line 93 of file pyqtgraph_data_plot.py.

def rqt_plot.data_plot.pyqtgraph_data_plot.PyQtGraphDataPlot.set_values (   self,
  curve_id,
  data_x,
  data_y 
)

Definition at line 112 of file pyqtgraph_data_plot.py.

def rqt_plot.data_plot.pyqtgraph_data_plot.PyQtGraphDataPlot.set_xlim (   self,
  limits 
)

Definition at line 121 of file pyqtgraph_data_plot.py.

def rqt_plot.data_plot.pyqtgraph_data_plot.PyQtGraphDataPlot.set_ylim (   self,
  limits 
)

Definition at line 125 of file pyqtgraph_data_plot.py.

def rqt_plot.data_plot.pyqtgraph_data_plot.PyQtGraphDataPlot.vline (   self,
  x,
  color 
)

Definition at line 116 of file pyqtgraph_data_plot.py.

Member Data Documentation

rqt_plot.data_plot.pyqtgraph_data_plot.PyQtGraphDataPlot._current_vline
private

Definition at line 78 of file pyqtgraph_data_plot.py.

rqt_plot.data_plot.pyqtgraph_data_plot.PyQtGraphDataPlot._curves
private

Definition at line 77 of file pyqtgraph_data_plot.py.

rqt_plot.data_plot.pyqtgraph_data_plot.PyQtGraphDataPlot._plot_widget
private

Definition at line 68 of file pyqtgraph_data_plot.py.

rqt_plot.data_plot.pyqtgraph_data_plot.PyQtGraphDataPlot.limits_changed = Signal()
static

Definition at line 64 of file pyqtgraph_data_plot.py.


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


rqt_plot
Author(s): Dorian Scholz
autogenerated on Sun Mar 17 2019 02:21:35