From fce7ffd9ea478890068dae0d6b5120cb24fc6700 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 27 May 2019 09:55:11 +0200 Subject: Update paper --- .#2019-Mascots.org | 1 + 2019-Mascots.org | 6 +++--- 2019-Mascots.pdf | Bin 211795 -> 213369 bytes plots/numberSensors-WIFINET.png | Bin 5934 -> 7192 bytes 4 files changed, 4 insertions(+), 3 deletions(-) create mode 120000 .#2019-Mascots.org diff --git a/.#2019-Mascots.org b/.#2019-Mascots.org new file mode 120000 index 0000000..16659fc --- /dev/null +++ b/.#2019-Mascots.org @@ -0,0 +1 @@ +loic@lguegan.1595:1558938768 \ No newline at end of file diff --git a/2019-Mascots.org b/2019-Mascots.org index 1c48e2f..cddc6dd 100644 --- a/2019-Mascots.org +++ b/2019-Mascots.org @@ -95,7 +95,7 @@ component, formatting, style, styling, insert \label{tab:net-energy} \begin{tabular}{@{}lr@{}} Parameter & Value \\ \midrule - Idle & 1J \\ + Idle & 1W \\ Bytes (Tx/Rx) & 3.4nJ \\ Pkt (Tx/Rx) & 192.0nJ \\ \bottomrule \end{tabular} @@ -635,8 +635,8 @@ component, formatting, style, styling, insert data=data%>%mutate(sensorsNumber=fct_reorder(sensorsNumber,as.numeric(sensorsNumber))) data=data%>%filter(sensorsNumber%in%c(2,4,6,8,10)) - p=ggplot(data)+geom_bar(aes(x=sensorsNumber,y=energy,fill=type),position="identity",stat="identity")+ - xlab(getLabel("sensorsNumber"))+ ylab("Energy Consumption (W)") + guides(fill=guide_legend(title="")) +coord_flip() + p=ggplot(data)+geom_bar(aes(x=sensorsNumber,y=energy,fill=type),position="dodge",stat="identity")+ + xlab(getLabel("sensorsNumber"))+ ylab("Energy Consumption (W)") + guides(fill=guide_legend(title="")) p=applyTheme(p)+theme(text = element_text(size=15)) size=5 diff --git a/2019-Mascots.pdf b/2019-Mascots.pdf index 2c52c16..6a57f14 100644 Binary files a/2019-Mascots.pdf and b/2019-Mascots.pdf differ diff --git a/plots/numberSensors-WIFINET.png b/plots/numberSensors-WIFINET.png index fe574eb..f0a71a5 100644 Binary files a/plots/numberSensors-WIFINET.png and b/plots/numberSensors-WIFINET.png differ -- cgit v1.2.3