Skip to content

Commit

Permalink
fix: 🚸 saturation function plots: draw legend above
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaxus committed Oct 17, 2024
1 parent 12019e8 commit 2e1783a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plot_result.m
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function curves_plot(ax_kr,mask, strata_trapped, params,scale)
legends{end+1} = 'Intrinsic curve';
end

legend(ax,legends,'Location','best','BackgroundAlpha',0.5);
legend(ax,legends,'Location','northoutside','BackgroundAlpha',0.5);
end

try
Expand Down

0 comments on commit 2e1783a

Please sign in to comment.