Skip to content

Commit

Permalink
increase title and axis label font size
Browse files Browse the repository at this point in the history
  • Loading branch information
MadisonDietrich committed Apr 23, 2024
1 parent 4b262a7 commit 152fd8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mdocean/optimization/multiobjective/pareto_curve_heuristics.m
Original file line number Diff line number Diff line change
Expand Up @@ -275,17 +275,16 @@ function pareto_curve_heuristics()
end
end
%plot(pct_angle,lambda_active_sorted)
title("Lagrange Multipliers")
xlabel("Percent Along the Pareto Front")
ylabel("Lagrange Multiplier")
title("Lagrange Multipliers",'FontSize',20)
xlabel("Percent Along the Pareto Front",'FontSize',15)
ylabel("Lagrange Multiplier",'FontSize',15)
legend("prevent float too heavy","prevent float too light", ...
"prevent spar too heavy","prevent spar too light","stability",...
"float survives max force","spar survives max force",...
"damping plate survives max force","spar doesn't buckle", ...
'positive power','damping plate diameter','prevent float rising above top of spar',...
'prevent too expensive','prevent irrelevant max force')
hold off
%improvePlot

% lower bound plot
figure
Expand Down Expand Up @@ -331,5 +330,6 @@ function pareto_curve_heuristics()
'Ratio of WEC Surface Float Height to Outer Diameter', ...
'Percent of WEC Spar Submergence','Maximum Powertrain Force', ...
'Powertrain/Controller Damping','Controller Natural Frequency')
hold off
improvePlot
hold off
end

0 comments on commit 152fd8a

Please sign in to comment.