|
Haptic Controller
|
Public Member Functions | |
| __init__ (self, title=None, xlabel=None, ylabel=None, xlim=[-1.5, 1.5], ylim=None, hide_axis=False, tight=False, enable_grid=False, enable_legend=False) | |
| register_plot (self, label, m="o", alpha=1) | |
| start_drawing (self) | |
| draw_points (self, label, x, y) | |
| end_drawing (self, delay=0) | |
Public Attributes | |
| fig | |
| ax | |
| enable_legend | |
| plot_dict | |
| bg | |
Definition at line 13 of file rendering.py.
| rendering.PointsInSpace.__init__ | ( | self, | |
| title = None, | |||
| xlabel = None, | |||
| ylabel = None, | |||
| xlim = [-1.5, 1.5], | |||
| ylim = None, | |||
| hide_axis = False, | |||
| tight = False, | |||
| enable_grid = False, | |||
| enable_legend = False ) |
Definition at line 14 of file rendering.py.
| rendering.PointsInSpace.draw_points | ( | self, | |
| label, | |||
| x, | |||
| y ) |
Definition at line 73 of file rendering.py.
References rendering.PointsInSpace.ax, and rendering.PointsInSpace.plot_dict.
| rendering.PointsInSpace.end_drawing | ( | self, | |
| delay = 0 ) |
Definition at line 79 of file rendering.py.
References rendering.PointsInSpace.ax, rendering.PointsInSpace.enable_legend, and rendering.PointsInSpace.fig.
| rendering.PointsInSpace.register_plot | ( | self, | |
| label, | |||
| m = "o", | |||
| alpha = 1 ) |
Definition at line 66 of file rendering.py.
References rendering.PointsInSpace.ax, and rendering.PointsInSpace.plot_dict.
| rendering.PointsInSpace.start_drawing | ( | self | ) |
Definition at line 70 of file rendering.py.
References rendering.PointsInSpace.bg, and rendering.PointsInSpace.fig.
| rendering.PointsInSpace.ax |
Definition at line 28 of file rendering.py.
Referenced by rendering.PointsInSpace.draw_points(), rendering.PointsInSpace.end_drawing(), and rendering.PointsInSpace.register_plot().
| rendering.PointsInSpace.bg |
Definition at line 64 of file rendering.py.
Referenced by rendering.PointsInSpace.start_drawing().
| rendering.PointsInSpace.enable_legend |
Definition at line 58 of file rendering.py.
Referenced by rendering.PointsInSpace.end_drawing().
| rendering.PointsInSpace.fig |
Definition at line 27 of file rendering.py.
Referenced by rendering.PointsInSpace.end_drawing(), and rendering.PointsInSpace.start_drawing().
| rendering.PointsInSpace.plot_dict |
Definition at line 60 of file rendering.py.
Referenced by rendering.PointsInSpace.draw_points(), and rendering.PointsInSpace.register_plot().