From 43ec9b6bff358d9d0abaab086beec5e73c08ef35 Mon Sep 17 00:00:00 2001 From: "guyslain.naves" <guyslain.naves@lis-lab.fr> Date: Fri, 28 Sep 2018 12:00:29 +0200 Subject: [PATCH] Ajout d'un script pour gnuplot --- script.plot | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 script.plot diff --git a/script.plot b/script.plot new file mode 100644 index 0000000..82a690a --- /dev/null +++ b/script.plot @@ -0,0 +1,4 @@ +plot 'divideNative.dat' using 1:2 with lines title "native time",\ + 'divideNative.dat' using 1:3 with lines axis x1y2 title "native operations" + +pause mouse \ No newline at end of file -- GitLab