Home
last modified time | relevance | path

Searched refs:pre_plot_setup (Results 1 – 5 of 5) sorted by relevance

/external/trappy/trappy/
Dthermal.py72 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)
Dplot_utils.py74 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)
Dpid_controller.py55 ax = trappy.plot_utils.pre_plot_setup(width, height)
Dftrace.py527 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/
Dtest_plot_utils.py78 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)