X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=latex%2Fslides%2Ftikz%2Faxis0.tex;fp=latex%2Fslides%2Ftikz%2Faxis0.tex;h=0000000000000000000000000000000000000000;hb=769ea203f7dae481c270e8ba6569d33ae4044817;hp=51c030d4afae414dde75873353a67671000d1262;hpb=3e5dbc70596573851076afe1f5121eefdc02b567;p=ppam-mpi.git diff --git a/latex/slides/tikz/axis0.tex b/latex/slides/tikz/axis0.tex deleted file mode 100644 index 51c030d..0000000 --- a/latex/slides/tikz/axis0.tex +++ /dev/null @@ -1,18 +0,0 @@ - \begin{tikzpicture}[scale=0.5, domain = 0:4] - - % Axis - \draw[<->, thick] (0,4) node (yaxis) [left] {$X_t$} - |- (11,0) node (xaxis) [right] {$t$} ; - - \draw[dashed, color=PineGreen] (1.5*6 cm, 4) -- (1.5*6 cm, -3pt) - node[anchor=north] {$T $}; - - \draw[dashed, color=PineGreen] (1.5*7,4) -- (1.5*7,-3pt) - node[below] {$T+\delta$}; - - \draw[color=PineGreen] plot[only marks, mark = *] file {tikz/data0.dat}; - - \draw (0,0) -- (0,-3pt) node[below, color= PineGreen] {0}; - - - \end{tikzpicture}