
Public Member Functions | |
| def | __init__ |
| def | add_curve |
| def | redraw |
| def | remove_curve |
| def | update_values |
Private Member Functions | |
| def | _update_legend |
Private Attributes | |
| _color_index | |
| _curves | |
| _plot_widget | |
Static Private Attributes | |
| list | _colors = [Qt.red, Qt.blue, Qt.magenta, Qt.cyan, Qt.green, Qt.darkYellow, Qt.black, Qt.darkRed, Qt.gray, Qt.darkCyan] |
Definition at line 40 of file pyqtgraph_data_plot.py.
| def rqt_plot.pyqtgraph_data_plot.PyQtGraphDataPlot.__init__ | ( | self, | |
parent = None |
|||
| ) |
Definition at line 43 of file pyqtgraph_data_plot.py.
| def rqt_plot.pyqtgraph_data_plot.PyQtGraphDataPlot._update_legend | ( | self | ) | [private] |
Definition at line 72 of file pyqtgraph_data_plot.py.
| def rqt_plot.pyqtgraph_data_plot.PyQtGraphDataPlot.add_curve | ( | self, | |
| curve_id, | |||
| curve_name, | |||
| data_x, | |||
| data_y | |||
| ) |
Definition at line 55 of file pyqtgraph_data_plot.py.
Definition at line 81 of file pyqtgraph_data_plot.py.
| def rqt_plot.pyqtgraph_data_plot.PyQtGraphDataPlot.remove_curve | ( | self, | |
| curve_id | |||
| ) |
Definition at line 65 of file pyqtgraph_data_plot.py.
| def rqt_plot.pyqtgraph_data_plot.PyQtGraphDataPlot.update_values | ( | self, | |
| curve_id, | |||
| x, | |||
| y | |||
| ) |
Definition at line 76 of file pyqtgraph_data_plot.py.
Definition at line 43 of file pyqtgraph_data_plot.py.
list rqt_plot::pyqtgraph_data_plot.PyQtGraphDataPlot::_colors = [Qt.red, Qt.blue, Qt.magenta, Qt.cyan, Qt.green, Qt.darkYellow, Qt.black, Qt.darkRed, Qt.gray, Qt.darkCyan] [static, private] |
Definition at line 41 of file pyqtgraph_data_plot.py.
Definition at line 43 of file pyqtgraph_data_plot.py.
Definition at line 43 of file pyqtgraph_data_plot.py.