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

The legend of time divergence plot is now placed using the "best" parameter.

parent 7fd0e96b
No related branches found
No related tags found
No related merge requests found
149
\ No newline at end of file
150
\ No newline at end of file
......@@ -32,7 +32,7 @@ end
hold(pAxesHandle, 'off');
%% Setup legend
handleLegend = legend(pAxesHandle, legendText);
handleLegend = legend(pAxesHandle, legendText, 'Location', 'best');
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