• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision3412b2355e0d4a4d3101c2e63cab8766e1dc8de8 (tree)
Time2011-01-28 01:55:17
Authorlorenzo
Commiterlorenzo

Log Message

Simple modifications to one of the generated plots.

Change Summary

Incremental Difference

diff -r 44cdd328242d -r 3412b2355e0d R-codes/big_box_plot_extra.R
--- a/R-codes/big_box_plot_extra.R Wed Jan 26 14:58:04 2011 +0000
+++ b/R-codes/big_box_plot_extra.R Thu Jan 27 16:55:17 2011 +0000
@@ -153,11 +153,17 @@
153153 geom_crossbar(aes(y = q95, ymin = q95, ymax = q95)) +
154154 geom_crossbar(aes(y = q5, ymin = q5, ymax = q5)) +
155155
156- geom_point(data=fo_res,aes(x=role,y=count_norm), size=2, color="red")+
156+ geom_point(data=fo_res,aes(x=role,y=count_norm), color="red", shape=1, size=6)+
157+ geom_point(data=fo_res,aes(x=role,y=count_norm), color="red", shape=1, size=5.8)+
158+ geom_point(data=fo_res,aes(x=role,y=count_norm), color="red", shape=1, size=5.6)+
157159
158- geom_point(data=fr_res,aes(x=role,y=count_norm), size=2, color="blue")+
160+ geom_point(data=fr_res,aes(x=role,y=count_norm), color="blue", shape=2, size=6)+
161+ geom_point(data=fr_res,aes(x=role,y=count_norm), color="blue", shape=2, size=5.8)+
162+ geom_point(data=fr_res,aes(x=role,y=count_norm), color="blue", shape=2, size=5.6)+
159163
160- geom_point(data=fu_res,aes(x=role,y=count_norm), size=2, color="black")+
164+ geom_point(data=fu_res,aes(x=role,y=count_norm), color="darkgreen", shape=4, size=6)+
165+ geom_point(data=fu_res,aes(x=role,y=count_norm), color="darkgreen", shape=4, size=5.8)+
166+ geom_point(data=fu_res,aes(x=role,y=count_norm), color="darkgreen", shape=4, size=5.6)+
161167
162168
163169
@@ -177,7 +183,7 @@
177183 geom_errorbar(limits2)+
178184
179185 xlab("Role Triples")+
180- ylab("Normalized triples number")+
186+ ylab("Normalized number triples")+
181187 opts(axis.title.x = theme_text(size = 20))+
182188 opts(axis.title.y = theme_text(size = 20, angle=90))+
183189 ## opts(axis.text.x = theme_text(size=15, colour="gray",vjust=1))+
@@ -189,6 +195,9 @@
189195
190196 }
191197
198+gpl_list[[1]] <- gpl_list[[1]] +
199+ opts(title = expression(paste("Aggregation on 5 min, 24 hour cutoff")))+
200+ opts(plot.title = theme_text(size = 20))
192201
193202
194203 fn <- paste("panel-quantiles-role-shuffling-normalized.tex")