From ce4faf18056b33e3d3ca9c66f218d1d213035d52 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 29 Jan 2017 13:50:56 +0100 Subject: added consumption histograms --- doc/tex/produzione.tex | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) (limited to 'doc/tex/produzione.tex') diff --git a/doc/tex/produzione.tex b/doc/tex/produzione.tex index 854fcb5..b062cf7 100644 --- a/doc/tex/produzione.tex +++ b/doc/tex/produzione.tex @@ -57,12 +57,12 @@ elettrica \cite{cansim:electricity}. y label style={at={(-.5,1.15)}}, % X values xtick = {1}, - xticklabels = {Energia}, + xticklabels = {}, % Y values ymin = 0, ] - \addplot+[ybar,gray,fill=gray!25] plot coordinates { + \addplot+[ybar,orange,fill=orange!25] plot coordinates { (1,0.98) }; \end{axis}% @@ -128,15 +128,15 @@ il valore pro capite. y label style={at={(-.5,1.15)}}, % X values xtick = {1}, - xticklabels = {Energia}, + xticklabels = {}, % Y values ymin = 0, ] - \addplot+[ybar,gray,fill=gray!25] plot coordinates { + \addplot+[ybar,orange,fill=orange!25] plot coordinates { (1,0.98) }; - \addplot+[ybar,orange,fill=orange!25] plot coordinates { + \addplot+[ybar,red,fill=red!25] plot coordinates { (1,26) }; \end{axis}% @@ -195,18 +195,18 @@ m\textsuperscript{2} di y label style={at={(-.5,1.15)}}, % X values xtick = {1}, - xticklabels = {Energia}, + xticklabels = {}, % Y values ymin = 0, ] - \addplot+[ybar,gray,fill=gray!25] plot coordinates { + \addplot+[ybar,orange,fill=orange!25] plot coordinates { (1,0.98) }; - \addplot+[ybar,orange,fill=orange!25] plot coordinates { + \addplot+[ybar,red,fill=red!25] plot coordinates { (1,26) }; - \addplot+[ybar,cyan,fill=cyan!25] plot coordinates { + \addplot+[ybar,magenta,fill=magenta!25] plot coordinates { (1,13) }; \end{axis}% @@ -295,25 +295,26 @@ giorno pro capite nella maniera seguente: y label style={at={(-.5,1.15)}}, % X values xtick = {1}, - xticklabels = {Energia}, + xticklabels = {}, % Y values ymin = 0, ] - \addplot+[ybar,gray,fill=gray!25] plot coordinates { + \addplot+[ybar,orange,fill=orange!25] plot coordinates { (1,0.00098) }; - \addplot+[ybar,orange,fill=orange!25] plot coordinates { + \addplot+[ybar,red,fill=red!25] plot coordinates { (1,0.026) }; - \addplot+[ybar,cyan,fill=cyan!25] plot coordinates { + \addplot+[ybar,magenta,fill=magenta!25] plot coordinates { (1,0.013) }; - \addplot+[ybar,red,fill=red!25] plot coordinates { + \addplot+[ybar,purple,fill=purple!25] plot coordinates { (1,1.3) }; \end{axis}% - \end{tikzpicture}% + \end{tikzpicture} + \\ \footnotesize \`E importante notare che \`e cambiata la scala da Wh a kWh. } @@ -370,24 +371,24 @@ giorno pro capite: y label style={at={(-.5,1.15)}}, % X values xtick = {1}, - xticklabels = {Energia}, + xticklabels = {}, % Y values ymin = 0, ] - \addplot+[ybar,gray,fill=gray!25] plot coordinates { + \addplot+[ybar,orange,fill=orange!25] plot coordinates { (1,0.00098) }; - \addplot+[ybar,orange,fill=orange!25] plot coordinates { + \addplot+[ybar,red,fill=red!25] plot coordinates { (1,0.026) }; - \addplot+[ybar,cyan,fill=cyan!25] plot coordinates { + \addplot+[ybar,magenta,fill=magenta!25] plot coordinates { (1,0.013) }; - \addplot+[ybar,red,fill=red!25] plot coordinates { + \addplot+[ybar,purple,fill=purple!25] plot coordinates { (1,1.3) }; - \addplot+[ybar,blue,fill=blue!25] plot coordinates { + \addplot+[ybar,violet,fill=violet!25] plot coordinates { (1,28.5) }; \end{axis}% -- cgit v1.2.1