OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xtics
(Results
1 - 5
of
5
) sorted by null
/external/autotest/tko/
plotgraph
18
my @
xtics
;
34
push @
xtics
, "\"$short_ver\" $count";
69
$
xtics
= join ',', @
xtics
;
70
print GNUPLOT "\nset
xtics
rotate (${
xtics
})\n\n";
plotgraph.py
34
def
xtics
(self):
member in class:gnuplot
91
g.write('set
xtics
rotate (%s)\n' % ','.join(self.
xtics
()))
/external/v8/tools/
draw_instruction_graph.sh
93
set
xtics
font 'FreeSans, 10'
/external/eigen/bench/btl/data/
gnuplot_common_settings.hh
59
set
xtics
border mirror norotate autofreq
/external/v8/tools/profviz/
composer.js
397
output("set
xtics
out nomirror");
Completed in 256 milliseconds