Searched refs:yticks (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/orientationplot/ |
D | orientationplot.py | 88 yticks=range(-15, 16, 5)) 108 yticks=range(-15, 16, 5)) 123 yticks=range(-90, 91, 30)) 132 yticks=range(0, 361, 45)) 143 yticks=range(0, 4)) 159 yticks=range(0, 600, 100)) 174 yticks=range(0, 500, 100)) 203 def _add_timeseries_axes(self, index, title, ylabel, ylim, yticks, sharex=None): argument 218 axes.set_yticks(yticks)
|
/frameworks/base/tools/velocityplot/ |
D | velocityplot.py | 91 yticks=range(-5000, 5000, 1000)) 108 yticks=range(-5000, 5000, 1000)) 129 def _add_timeseries_axes(self, index, title, ylabel, ylim, yticks, sharex=None): argument 144 axes.set_yticks(yticks)
|