Searched refs:pre_plot_setup (Results 1 – 5 of 5) sorted by relevance
/external/trappy/trappy/ |
D | thermal.py | 72 from trappy.plot_utils import normalize_title, pre_plot_setup, post_plot_setup 87 ax = pre_plot_setup(width, height) 137 from trappy.plot_utils import normalize_title, pre_plot_setup, post_plot_setup 146 ax = pre_plot_setup(width, height) 185 from trappy.plot_utils import normalize_title, pre_plot_setup, post_plot_setup 200 ax = pre_plot_setup(width, height) 227 from trappy.plot_utils import normalize_title, pre_plot_setup, post_plot_setup 241 ax = pre_plot_setup(width, height) 273 from trappy.plot_utils import normalize_title, pre_plot_setup, post_plot_setup 285 ax = pre_plot_setup(width, height)
|
D | plot_utils.py | 74 def pre_plot_setup(width=None, height=None, ncols=1, nrows=1): function 153 ax = pre_plot_setup(width, height) 192 axis = pre_plot_setup(width=width, height=height, ncols=num_runs, nrows=2) 208 axis = pre_plot_setup(width=width, height=height, nrows=nrows, 227 axis = pre_plot_setup(width=width, height=height, ncols=num_runs) 257 axis = pre_plot_setup(width=width, height=height, ncols=num_runs) 269 axis = pre_plot_setup(width=width, height=height, ncols=num_runs) 283 axis = pre_plot_setup(width=width, height=height, ncols=num_runs) 296 axis = pre_plot_setup(ncols=num_runs, nrows=nrows) 316 axis = pre_plot_setup(ncols=num_runs)
|
D | pid_controller.py | 55 ax = trappy.plot_utils.pre_plot_setup(width, height)
|
D | ftrace.py | 527 ax = trappy.plot_utils.pre_plot_setup(width=width, height=height) 557 ax = trappy.plot_utils.pre_plot_setup(width=width, height=height) 585 this_ax = trappy.plot_utils.pre_plot_setup(width=width,
|
/external/trappy/tests/ |
D | test_plot_utils.py | 78 plot_utils.pre_plot_setup(None, None) 79 plot_utils.pre_plot_setup(height=9, width=None) 80 plot_utils.pre_plot_setup(height=None, width=9) 81 plot_utils.pre_plot_setup(3, 9) 83 axis = plot_utils.pre_plot_setup(ncols=2) 86 axis = plot_utils.pre_plot_setup(nrows=2, ncols=3)
|