Skip to content

Commit

Permalink
plot_likelihood: slightly move legend to avoid cutting off letters
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelpm committed Jan 12, 2021
1 parent d3a2a58 commit 9ba241d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/plot_likelihood.m
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
'orientation','horizontal','color','none');
legend('boxoff')
legend_handle.Position(1) = 0.5 - legend_handle.Position(3)/2;
legend_handle.Position(2) = 0;
legend_handle.Position(2) = 0.01;

end

Expand Down

0 comments on commit 9ba241d

Please sign in to comment.