diff --git a/MOT Capture Process Simulation/+Plotting/plotInitialVeloctiySamplingVsAngle.m b/MOT Capture Process Simulation/+Plotting/plotInitialVeloctiySamplingVsAngle.m index 873047c..11810b5 100644 --- a/MOT Capture Process Simulation/+Plotting/plotInitialVeloctiySamplingVsAngle.m +++ b/MOT Capture Process Simulation/+Plotting/plotInitialVeloctiySamplingVsAngle.m @@ -49,7 +49,7 @@ function plotInitialVeloctiySamplingVsAngle(obj, NumberOfBins) plot(SpeedsArray, n/c * SpeedBinSize .* VelocityDistribution(SpeedsArray),'--', 'Linewidth',1.5) xline(obj.VelocityCutoff, 'k--', 'Linewidth', 1.5); text((obj.VelocityCutoff - 0.2 * obj.VelocityCutoff), max(h_1.Values) + 0.01 * max(h_1.Values), 'Cut-Off ---------->'); - hXLabel_1 = xlabel('Magnitudes (m/s)'); + hXLabel_1 = xlabel('|v| (m/s)'); hYLabel_1 = ylabel('Counts'); hold off @@ -59,7 +59,7 @@ function plotInitialVeloctiySamplingVsAngle(obj, NumberOfBins) plot(AnglesArray .* 1e+03, (n/d * AngleBinSize .* AngularDistribution),'--', 'Linewidth',1.5) xline(obj.NozzleExitDivergence.* 1e+03, 'k--', 'Linewidth', 1.5); text((obj.NozzleExitDivergence - 0.5 * obj.NozzleExitDivergence).* 1e+03, max(h_1.Values) - 0.45 * max(h_1.Values), 'Maximum Allowed Divergence ----------->'); - hXLabel_2 = xlabel(' Directions (mrad)'); + hXLabel_2 = xlabel('\theta (mrad)'); hYLabel_2 = ylabel('Counts'); hold off