diff --git a/makeplots.R b/makeplots.R index c8c2aeb64e5fb620bfd699f3b0130608db820238..b627d0b3f7d988bc8eba5a45896cb9f2d7e4578c 100755 --- a/makeplots.R +++ b/makeplots.R @@ -52,8 +52,8 @@ p <- ggplot(d,aes(threads,meant,group=sys)) + xlab("Number of Threads") + ylab("Execution Time (s)") + theme + annotate("text", x=13.1, y=1.5, label="Problem parallelism", family="serif", size=10) + - annotate("text", x=2, y=0.4, label="Laptop", family="serif", size=10)+ - annotate("text", x=3, y=1, label="Server", family="serif", size=10) + annotate("text", x=2, y=0.4, label="Server", family="serif", size=10)+ + annotate("text", x=3, y=1, label="Laptop", family="serif", size=10) print(p) dev.off()