diff --git a/+Plotter/plotResultForOneParameterScan.m b/+Plotter/plotResultForOneParameterScan.m index 7ff81c8..6ff5dcd 100644 --- a/+Plotter/plotResultForOneParameterScan.m +++ b/+Plotter/plotResultForOneParameterScan.m @@ -68,7 +68,7 @@ function plotResultForOneParameterScan(XParameter, YQuantity, varargin) if CIForYQuantity RescaledCIArray = CIArray .* RescalingFactorForYQuantity; - Plotting.plotConfidenceIntervalRegion(RescaledXParameter, RescaledCIArray(:,1), RescaledCIArray(:,2)); + Plotter.plotConfidenceIntervalRegion(RescaledXParameter, RescaledCIArray(:,1), RescaledCIArray(:,2)); end hold off