summaryrefslogtreecommitdiffstats
path: root/doc/tex/produzione.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tex/produzione.tex')
-rw-r--r--doc/tex/produzione.tex43
1 files changed, 22 insertions, 21 deletions
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}%