From 9ba241dea42685b3c037c8707017822d8d0226e4 Mon Sep 17 00:00:00 2001 From: mikkelpm Date: Tue, 12 Jan 2021 15:03:13 -0500 Subject: [PATCH] plot_likelihood: slightly move legend to avoid cutting off letters --- program/plot_likelihood.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/plot_likelihood.m b/program/plot_likelihood.m index bbb9cfb..630914d 100644 --- a/program/plot_likelihood.m +++ b/program/plot_likelihood.m @@ -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