Skip to content
Snippets Groups Projects
Verified Commit c92f8a4a authored by leprob001's avatar leprob001
Browse files

fix: Removed manual limits for temperature and pressure plots because R2023b...

fix: Removed manual limits for temperature and pressure plots because R2023b does reset axis afterwards
parent 01ee8570
No related branches found
No related tags found
No related merge requests found
342
\ No newline at end of file
343
\ No newline at end of file
......@@ -192,9 +192,5 @@ artoaGui.editPressure.buttonDelete = uicontrol( ...
'CallBack', 'artoa.controller.edit.pressure.applyStatusToSelectedPoints(2);' ...
);
%% Set manual limits
artoaGui.editPressure.axesScatterPressure.XLimMode = 'manual';
artoaGui.editPressure.axesScatterPressure.YLimMode = 'manual';
end
......@@ -190,9 +190,5 @@ artoaGui.editTemperature.buttonDelete = uicontrol( ...
'CallBack', 'artoa.controller.edit.temperature.applyStatusToSelectedPoints(2);' ...
);
%% Set manual limits
artoaGui.editTemperature.axesScatterTemperature.XLimMode = 'manual';
artoaGui.editTemperature.axesScatterTemperature.YLimMode = 'manual';
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment