From c08bbe21f9b3d04eb4804420bebcc2fe4902e7e7 Mon Sep 17 00:00:00 2001 From: schodet Date: Mon, 1 May 2006 10:41:44 +0000 Subject: Ajout des script gnuplot. --- n/asserv/utils/graph/plot/avr.plot | 2 ++ n/asserv/utils/graph/plot/host.plot | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 n/asserv/utils/graph/plot/avr.plot create mode 100644 n/asserv/utils/graph/plot/host.plot (limited to 'n') 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" -- cgit v1.2.3