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

feat: Legend of SatfixETA to TOA plot is now eastoutside

parent 01483813
No related branches found
No related tags found
No related merge requests found
363
364
......@@ -37,7 +37,7 @@ for i = 1:length(fnames)
'filled' ...
);
end
legend(figureName.CurrentAxes, legendNames);
legend(figureName.CurrentAxes, legendNames, 'Location', 'eastoutside');
title(figureName.CurrentAxes, 'Difference SATFIX-ETA - TOA');
xlabel(figureName.CurrentAxes, 'Rafos date');
ylabel(figureName.CurrentAxes, 'Difference [s]')
......
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