OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GNUPLOT
(Results
1 - 2
of
2
) sorted by null
/external/autotest/tko/
plotgraph
59
open (
GNUPLOT
, "> ${file}.
gnuplot
");
61
print
GNUPLOT
"set terminal png size $x_res,$y_res\n";
62
print
GNUPLOT
"set key below\n";
63
print
GNUPLOT
"set title \"$title\"\n";
64
print
GNUPLOT
"set xlabel \"Kernel\"\n";
65
print
GNUPLOT
"set ylabel \"${y_label}\"\n";
66
print
GNUPLOT
"set output \"${file}.png\"\n";
67
print
GNUPLOT
"set style data yerrorlines\n";
68
print
GNUPLOT
"set grid\n"
[
all
...]
/external/fio/tools/
fio_generate_plots
5
# benchmark utiliy. I only retained how
GNUplot
is used to generate graphs, as
12
# This script supports
GNUPLOT
4.4 and higher.
24
GNUPLOT
=$(which
gnuplot
)
25
if [ ! -x "$
GNUPLOT
" ]
27
echo You need
gnuplot
installed to generate graphs
112
echo " $PLOT_TITLE ; $YAXIS ; $DEFAULT_OPTS ; show style lines ; $OUTPUT ; plot " $PLOT_LINE | $
GNUPLOT
-
Completed in 720 milliseconds