Searched refs:plot_controller (Results 1 – 5 of 5) sorted by relevance
/external/trappy/tests/ |
D | test_pid.py | 37 pid.plot_controller() 40 pid.plot_controller(title="Antutu", width=20, height=5) 44 pid.plot_controller(ax=ax)
|
D | test_plot_utils.py | 206 plot_utils.plot_controller(traces, height=5)
|
/external/trappy/trappy/ |
D | pid_controller.py | 35 def plot_controller(self, title="", width=None, height=None, ax=None): member in PIDController
|
D | compare_runs.py | 90 trappy.plot_utils.plot_controller(run_data, **kwords)
|
D | plot_utils.py | 224 def plot_controller(runs, width=None, height=None): function 233 run.pid_controller.plot_controller(title=run.name, ax=ax)
|