Corrected handle for plotting function.
This commit is contained in:
parent
a9b7045c57
commit
646507594f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user