OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ylabel
(Results
26 - 31
of
31
) sorted by null
1
2
/frameworks/base/tools/orientationplot/
orientationplot.py
203
def _add_timeseries_axes(self, index, title,
ylabel
, ylim, yticks, sharex=None):
210
ylabel
=
ylabel
,
216
axes.set_ylabel(
ylabel
, fontsize=10, fontweight='bold')
/external/ltp/testcases/realtime/lib/
libstats.c
314
char *
ylabel
, stats_container_t * data, char *mode)
366
fprintf(plt_fd, "set
ylabel
\"%s\"\n",
ylabel
);
/cts/apps/CameraITS/tests/sensor_fusion/
test_sensor_fusion.py
200
pylab.
ylabel
("Correlation distance")
222
pylab.
ylabel
("Angular displacement between adjacent camera frames (deg)")
/cts/apps/CameraITS/tests/scene1/
test_reprocess_noise_reduction.py
140
pylab.
ylabel
("SNR (dB)")
/external/autotest/client/site_tests/firmware_TouchMTB/
noise_summary.py
198
plt.
ylabel
('Number of problems')
/external/webrtc/tools/matlab/
rtpAnalyze.m
150
ylabel
('Relative transport delay [ms]');
157
ylabel
('Send bitrate [kbps]');
Completed in 1546 milliseconds
1
2