Add captions to figures
This commit is contained in:
parent
3e7db39935
commit
02ff3ec220
@ -13,6 +13,7 @@
|
|||||||
\usepackage{tikz}
|
\usepackage{tikz}
|
||||||
\usepackage[l3]{csvsimple}
|
\usepackage[l3]{csvsimple}
|
||||||
\usepackage{subcaption}
|
\usepackage{subcaption}
|
||||||
|
\usepackage{lmodern,textcomp}
|
||||||
|
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
@ -120,9 +121,11 @@
|
|||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
\centering
|
\centering
|
||||||
|
|
||||||
\begin{tikzpicture}[scale=3]
|
\begin{tikzpicture}[scale=2.5]
|
||||||
\csvPie{category_overview.csv}
|
\csvPie{category_overview.csv}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
|
|
||||||
|
\caption{Total percenteage of expenses by category}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
@ -135,7 +138,7 @@
|
|||||||
\begin{axis}[
|
\begin{axis}[
|
||||||
width=\textwidth,
|
width=\textwidth,
|
||||||
height=0.375\textwidth,
|
height=0.375\textwidth,
|
||||||
ylabel={Net income},
|
ylabel={Net income in €},
|
||||||
y label style={at={(-0.1,0.5)},anchor=south},
|
y label style={at={(-0.1,0.5)},anchor=south},
|
||||||
]
|
]
|
||||||
\addplot+[ybar, color=scol2, fill=scol2, line width=1pt]
|
\addplot+[ybar, color=scol2, fill=scol2, line width=1pt]
|
||||||
@ -155,7 +158,7 @@
|
|||||||
width=\textwidth,
|
width=\textwidth,
|
||||||
height=0.375\textwidth,
|
height=0.375\textwidth,
|
||||||
area style,
|
area style,
|
||||||
ylabel={Total amount},
|
ylabel={Total balance in €},
|
||||||
y label style={at={(-0.1,0.5)},anchor=south},
|
y label style={at={(-0.1,0.5)},anchor=south},
|
||||||
]
|
]
|
||||||
\addplot+[mark=none, color=scol1, line width=1pt]
|
\addplot+[mark=none, color=scol1, line width=1pt]
|
||||||
@ -164,6 +167,8 @@
|
|||||||
\end{axis}
|
\end{axis}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
\end{subfigure}
|
\end{subfigure}
|
||||||
|
|
||||||
|
\caption{Development of account balance over time}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user