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

The TOA plot now adjusts the limits when values change.

parent 1df58237
No related branches found
No related tags found
No related merge requests found
142
\ No newline at end of file
143
\ No newline at end of file
......@@ -45,6 +45,8 @@ 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