added custom data modelling to dot-com-bubble diagramm
This commit is contained in:
parent
dd3c535521
commit
3466d29f66
4
.gitignore
vendored
4
.gitignore
vendored
@ -7,4 +7,6 @@
|
|||||||
!frames/*
|
!frames/*
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!Readme.md
|
!Readme.md
|
||||||
!*beamer*theme*
|
!*beamer*theme*
|
||||||
|
!data_modelling
|
||||||
|
!data_modelling/*
|
Binary file not shown.
2267
data_modelling/^IXIC.csv
Normal file
2267
data_modelling/^IXIC.csv
Normal file
File diff suppressed because it is too large
Load Diff
135
data_modelling/dot-com-bubble.ipynb
Normal file
135
data_modelling/dot-com-bubble.ipynb
Normal file
File diff suppressed because one or more lines are too long
@ -10,12 +10,12 @@
|
|||||||
\end{column}
|
\end{column}
|
||||||
\begin{column}{.45\textwidth}
|
\begin{column}{.45\textwidth}
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}
|
||||||
\node (ir) at (0,0) {\includegraphics[width=1.1\textwidth]{dot-com-bubble.png}};
|
\node (dc) at (0,0) {\includesvg[width=1.1\textwidth]{dot-com-bubble.svg}};
|
||||||
\node[below = 0mm of ir,draw=th-grey] {
|
\node[below = 0mm of dc,draw=th-grey] {
|
||||||
\tiny
|
\tiny
|
||||||
\begin{tabular}{l}
|
\begin{tabular}{l}
|
||||||
Quellen:\\\\
|
Daten-Quellen:\\\\
|
||||||
http://news.bbc.co.uk/2/hi/business/8558257.stm
|
https://finance.yahoo.com/quote/\textasciicircum IXIC
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
};
|
};
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
2331
images/dot-com-bubble.svg
Normal file
2331
images/dot-com-bubble.svg
Normal file
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 61 KiB |
Loading…
x
Reference in New Issue
Block a user