From cb354b9ac7e430e5e57a7b38a95fa8dd81d6195a Mon Sep 17 00:00:00 2001 From: Karthik Chandrashekara Date: Wed, 14 Jul 2021 20:10:26 +0200 Subject: [PATCH] Cosmetic changes only. --- .../+Plotting/plotInitialVeloctiySamplingVsAngle.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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