Searched refs:y_label (Results 1 – 8 of 8) sorted by relevance
/external/autotest/tko/ |
D | plotgraph | 5 ($file, $y_label, $columns, $title) = @ARGV; 7 die unless ($y_label); 11 plotgraph($file, $y_label, $columns, $title); 17 my ($file, $y_label, $columns, $title) = @_; 65 print GNUPLOT "set ylabel \"${y_label}\"\n";
|
D | display.py | 254 x_label = None, y_label = None): argument 267 x_label, y_label)
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | plot_dynamics.sh | 53 y_label=$(echo "$data_sets" | grep "#" | cut -d '#' -f 1 | \ 56 echo "set ylabel \"$y_label\";"
|
D | bwe_test_logging.h | 118 #define BWE_TEST_LOGGING_LABEL(figure, x_label, y_label, num_flows) argument 228 #define BWE_TEST_LOGGING_LABEL(figure, title, y_label, num_flows) \ argument 232 figure, title, y_label, num_flows); \ 288 const std::string& y_label,
|
D | plot_bars.sh | 58 y_label=$(echo "$labels" | grep "^LABEL.$figure" | cut -f 4 | \ 157 echo "set ylabel \"$y_label\""
|
D | bwe_test_logging.cc | 182 const std::string& y_label, in PlotLabel() argument 189 printf("LABEL\t%d\t%s\t%s\t%d\n", figure, title.c_str(), y_label.c_str(), in PlotLabel()
|
/external/valgrind/massif/ |
D | ms_print.in | 604 my ($y_label, $y_unit) = B_max_label($peak_mem_total_szB); 614 print($y_label);
|
/external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/ |
D | util.py | 38 y_label='chly',
|