Skip to content

Commit

Permalink
Update presentation with Devin's Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Kapsiak committed Jun 11, 2024
1 parent d1a305d commit d3802bb
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 107 deletions.
1 change: 1 addition & 0 deletions common/gp/histogram.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
xmin=975, xmax=2500,
xlabel={m [GeV]},
ylabel={Events},
title=Mass Histogram,
nodes near coords={\node (plot-\coordindex) at (axis cs:
\pgfkeysvalueof{/data point/x}, \pgfkeysvalueof{/data point/y}) {};}
]
Expand Down
4 changes: 2 additions & 2 deletions common/gp/independent.tex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
xmin=0,xmax=1,
every axis x label/.style={at={(axis description cs:1,-0.15)},anchor=north east}
]
\addplot[blue, samples=100] {0.1 * gauss1(x)};
\addplot[blue, samples=400] {0.1 * gauss1(x)};
\draw[blue] (axis cs:\binOne,0) -- (axis cs:\binOne,{0.1 * gauss1(\binOne)});
\end{axis}
\begin{axis}[
Expand All @@ -42,7 +42,7 @@
xmin=0,xmax=1,
x label style={at={(axis description cs:1,-0.15)},anchor=north east}
]
\addplot[blue, samples=100] {0.1 * gauss2(x)};
\addplot[blue, samples=400] {0.1 * gauss2(x)};
\draw[blue] (axis cs:\binTwo,0) -- (axis cs:\binTwo,{0.1 * gauss2(\binTwo)});
\end{axis}
\end{tikzpicture}
Expand Down
Loading

0 comments on commit d3802bb

Please sign in to comment.