Skip to content

Commit

Permalink
refactor: update title in dddc_viz.jl to "Profit Possibilities Range"
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis committed Aug 15, 2024
1 parent 259f615 commit 93e86df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viz/dddc_viz.jl
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ subfig = f912[1, 1]
grid = draw!(subfig, plt9, axis = (xticks = 0.0:0.2:1, title=""))
legend!(f912[1, 2], grid)
titlelayout = GridLayout(f912[0, 1], halign = :left, tellwidth = false)
Label(titlelayout[1, 1], "Information Strategy Bandwith", halign = :left, fontsize = 20, font = "TeX Gyre Heros Bold Makie")
Label(titlelayout[1, 1], "Profit Possibilities Range", halign = :left, fontsize = 20, font = "TeX Gyre Heros Bold Makie")
rowgap!(titlelayout, 0)
f912
save("plots/dddc/plot_9.svg", f912)
Expand Down

0 comments on commit 93e86df

Please sign in to comment.