diff --git a/MOT Capture Process Simulation/+Plotting/plotAngularDistributionForDifferentBeta.m b/MOT Capture Process Simulation/+Plotting/plotAngularDistributionForDifferentBeta.m index 5b9f7db..3e73879 100644 --- a/MOT Capture Process Simulation/+Plotting/plotAngularDistributionForDifferentBeta.m +++ b/MOT Capture Process Simulation/+Plotting/plotAngularDistributionForDifferentBeta.m @@ -64,7 +64,7 @@ function plotAngularDistributionForDifferentBeta(obj, Beta) leg = legend; hXLabel = xlabel('\theta (rad)'); hYLabel = ylabel('J(\theta)'); - hTitle = sgtitle('Angular Distribution (Free Molecular Flow)'); + hTitle = sgtitle('Angular Distribution (Transition Flow)'); set([hXLabel, hYLabel, leg] , ... 'FontSize' , 14 );