Edit plots

This commit is contained in:
2023-10-24 12:43:13 +02:00
parent 3eb652be83
commit cd90d29970
18 changed files with 63 additions and 10 deletions

View File

@@ -53,14 +53,14 @@ When we simulate two particles, we can see the effect of interaction between the
%
\begin{figure}
\centering
\includegraphics[width=\linewidth]{images/phase_space_2_particles_x.pdf}
\includegraphics[width=\linewidth]{images/phase_space_no_interaction_x.pdf}
\caption{Phase space plot of two particles in x-direction.}
\label{fig:phase_space_2x}
\end{figure}
%
\begin{figure}
\centering
\includegraphics[width=\linewidth]{images/phase_space_2_particles_z.pdf}
\includegraphics[width=\linewidth]{images/phase_space_interaction_z.pdf}
\caption{Phase space plot of two particles in z-direction.}
\label{fig:phase_space_2z}
\end{figure}
@@ -74,16 +74,16 @@ When we simulate two particles, we can see the effect of interaction between the
\begin{figure}
\centering
\includegraphics[width=\linewidth]{images/phase_space_2_particles.pdf}
\caption{Phase space plot of two particles.}
\label{fig:phase_space_2}
\includegraphics[width=\linewidth]{images/relative_error.pdf}
\caption{Relative error of RK4 and forward Euler method.}
\label{fig:rel_err}
\end{figure}
\begin{figure}
\centering
\includegraphics[width=\linewidth]{images/particles_left.pdf}
\includegraphics[width=\linewidth]{images/particles_left_wide_sweep.pdf}
\caption{Fraction of particles left in the Penning trap, with a given amplitude $f$.}
\label{fig:particles_left}
\end{figure}
\end{document}
\end{document}