📝 (BetaSchedules) remove title from plots

This commit is contained in:
Laureηt 2023-08-06 20:13:43 +02:00
parent ce02a4a8b0
commit 8c46a27423
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -41,7 +41,6 @@ p1 = plot(
]
),
],
title="Beta schedules",
xaxis=attr(
title=L"$t$",
),
@ -77,7 +76,6 @@ p2 = plot(
],
),
],
title="Cumulative alpha schedules",
xaxis=attr(
title=L"$t$",
),