OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yticks
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/orientationplot/
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):
218
axes.set_yticks(
yticks
)
/frameworks/base/tools/velocityplot/
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):
144
axes.set_yticks(
yticks
)
/external/opencv3/doc/pattern_tools/
svgfig.py
[
all
...]
Completed in 377 milliseconds