summaryrefslogtreecommitdiff
path: root/n/asserv/utils/graph/plot
diff options
context:
space:
mode:
authorschodet2006-05-01 10:41:44 +0000
committerschodet2006-05-01 10:41:44 +0000
commitc08bbe21f9b3d04eb4804420bebcc2fe4902e7e7 (patch)
treefe65395da315818e84c336719d3192c4a07fb9a3 /n/asserv/utils/graph/plot
parent52d68b632b8c028c6b96142434058759e7874ebd (diff)
Ajout des script gnuplot.
Diffstat (limited to 'n/asserv/utils/graph/plot')
-rw-r--r--n/asserv/utils/graph/plot/avr.plot2
-rw-r--r--n/asserv/utils/graph/plot/host.plot3
2 files changed, 5 insertions, 0 deletions
diff --git a/n/asserv/utils/graph/plot/avr.plot b/n/asserv/utils/graph/plot/avr.plot
new file mode 100644
index 0000000..10a0789
--- /dev/null
+++ b/n/asserv/utils/graph/plot/avr.plot
@@ -0,0 +1,2 @@
+set style data line
+plot 'avr' using 1 title "te", 'avr' using 2 title "ti", 'avr' using 3 title "ae", 'avr' using 4 title "ai", 'avr' using 5 title "pl", 'avr' using 6 title "pr"
diff --git a/n/asserv/utils/graph/plot/host.plot b/n/asserv/utils/graph/plot/host.plot
new file mode 100644
index 0000000..222c009
--- /dev/null
+++ b/n/asserv/utils/graph/plot/host.plot
@@ -0,0 +1,3 @@
+set style data line
+plot 'host' using 1 title "te", 'host' using 3 title "ti", 'host' using 3 title "ae", 'host' using 4 title "ai", 'host' using 5 title "pl", 'host' using 6 title "pr", 'host' using 7 title "tsc", 'host' using 8 title "asc"
+#, 'host' using 9 title "cl", 'host' using 10 title "cr"