diff --git a/script.plot b/script.plot
new file mode 100644
index 0000000000000000000000000000000000000000..82a690a13e3cf8e1a356a9d9c944d4a52c0fe423
--- /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