Skip to content
Snippets Groups Projects
Commit 82169c9e authored by leprob001's avatar leprob001
Browse files

Removed setting of TOA plot limits automatically on value change.

parent ceaecfaf
No related branches found
No related tags found
No related merge requests found
147
\ No newline at end of file
148
\ No newline at end of file
......@@ -45,8 +45,6 @@ if isfield(artoaGui.editTimeOfArrival, 'scatterTimeOfArrival') ...
artoa.controller.edit.timeOfArrival.plotSoundsourceDeploymentRecover(artoaWorkspace.filteredSoundsources);
artoa.controller.edit.timeOfArrival.applyToaAxesToGpsAndSoundsources();
artoa.controller.edit.timeOfArrival.createSoundsourceColorsPanel();
artoaGui.editTimeOfArrival.axesScatterTimeOfArrival.XLimMode = 'auto';
artoaGui.editTimeOfArrival.axesScatterTimeOfArrival.YLimMode = 'auto';
linkaxes([ ...
artoaGui.editTimeOfArrival.axesScatterTimeOfArrival, ...
artoaGui.editTimeOfArrival.axesToaFromGps, ...
......
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