Changeset - 76ef4811d43e
[Not reviewed]
0 2 0
Hannes Muehleisen - 9 years ago 2015-06-24 15:08:09
hannes@muehleisen.org
mc
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
makeplots.R
Show inline comments
 
@@ -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()
parallel.pdf
Show inline comments
 
binary diff not shown
0 comments (0 inline, 0 general)