Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Neves <sneves@dei.uc.pt>2016-06-12 19:36:57 +0300
committerSamuel Neves <sneves@dei.uc.pt>2016-06-12 19:36:57 +0300
commit987a2d74bddf5c07079451d5efffc09d43331876 (patch)
tree1d1b8c3075bd53b206eb7f4ce9afcd6809d07a03
parentf1d5a3a722f22dc2c6a9844b9b8a0cc583cc988b (diff)
output exclusively to pdf
-rw-r--r--bench/do.gplot13
1 files changed, 8 insertions, 5 deletions
diff --git a/bench/do.gplot b/bench/do.gplot
index a9a8f6a..6a6832a 100644
--- a/bench/do.gplot
+++ b/bench/do.gplot
@@ -5,12 +5,15 @@ set ylabel "cycles"
set xtics 0,32,maxx
set grid
set key left
-plot "blake2b.data" using 1:2 with lines title "BLAKE2b"
-replot "blake2s.data" using 1:2 with lines title "BLAKE2s"
-replot "md5.data" using 1:2 with lines title "MD5"
-#pause -1 "hit return to continue"
+
#set terminal png
#set output "plotcycles.png"
set terminal pdfcairo
set output "plotcycles.pdf"
-replot
+
+plot "blake2b.data" using 1:2 with lines title "BLAKE2b"
+replot "blake2s.data" using 1:2 with lines title "BLAKE2s"
+replot "md5.data" using 1:2 with lines title "MD5"
+
+set output "plotcycles.pdf"
+replot \ No newline at end of file