diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-08-26 14:45:44 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-08-26 14:45:44 +0200 |
| commit | 45ff3848e598e3d053178ff63bb4ce55a85246dd (patch) | |
| tree | 56cb551019577c8e1e33c0fc2114d0413e868fde /results/analysis2_scalability.R | |
| parent | 9bbae8a423f1c18a0781206892c90eead8f9cc0b (diff) | |
Update
Diffstat (limited to 'results/analysis2_scalability.R')
| -rw-r--r-- | results/analysis2_scalability.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/results/analysis2_scalability.R b/results/analysis2_scalability.R index 8ed76ba..585240a 100644 --- a/results/analysis2_scalability.R +++ b/results/analysis2_scalability.R @@ -87,7 +87,7 @@ energy180P=ggplot(energy180%>%dformat,aes(x=simkey,y=energy,fill=type))+ geom_label(data=success180%>%dformat(),aes(label = success_txt, y=100),label.padding=unit(0.35,"lines"),label.r=unit(0.09,"lines"),fill="#f0f0f0",label.size=0.5,fontface="bold",colour="black",position=position_dodge(0.9))+ facet_wrap(~wireless)+ xlab(element_blank())+ylab("Energy consumption (J)")+ - labs(fill="180s uptime:")+theme(legend.position="top")+color2()+coord_cartesian(ylim=c(0,4500)) + labs(fill="180s uptime:")+theme(legend.position="top")+color()+coord_cartesian(ylim=c(0,4500)) #ggsave("energy-180sec.png",width = 12,height=4.8) totalUptime60=data%>%filter(wakeupfor==60) |
