修订版 | 3412b2355e0d4a4d3101c2e63cab8766e1dc8de8 (tree) |
---|---|
时间 | 2011-01-28 01:55:17 |
作者 | lorenzo |
Commiter | lorenzo |
Simple modifications to one of the generated plots.
@@ -153,11 +153,17 @@ | ||
153 | 153 | geom_crossbar(aes(y = q95, ymin = q95, ymax = q95)) + |
154 | 154 | geom_crossbar(aes(y = q5, ymin = q5, ymax = q5)) + |
155 | 155 | |
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)+ | |
157 | 159 | |
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)+ | |
159 | 163 | |
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)+ | |
161 | 167 | |
162 | 168 | |
163 | 169 |
@@ -177,7 +183,7 @@ | ||
177 | 183 | geom_errorbar(limits2)+ |
178 | 184 | |
179 | 185 | xlab("Role Triples")+ |
180 | - ylab("Normalized triples number")+ | |
186 | + ylab("Normalized number triples")+ | |
181 | 187 | opts(axis.title.x = theme_text(size = 20))+ |
182 | 188 | opts(axis.title.y = theme_text(size = 20, angle=90))+ |
183 | 189 | ## opts(axis.text.x = theme_text(size=15, colour="gray",vjust=1))+ |
@@ -189,6 +195,9 @@ | ||
189 | 195 | |
190 | 196 | } |
191 | 197 | |
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)) | |
192 | 201 | |
193 | 202 | |
194 | 203 | fn <- paste("panel-quantiles-role-shuffling-normalized.tex") |