diff --git a/plots/matplotlib/fill_between/area-basic/default.py b/plots/matplotlib/fill_between/area-basic/default.py index 6bc7bcc5e7..4fda4b55c1 100644 --- a/plots/matplotlib/fill_between/area-basic/default.py +++ b/plots/matplotlib/fill_between/area-basic/default.py @@ -30,7 +30,7 @@ # Labels and styling ax.set_xlabel("Month", fontsize=20) ax.set_ylabel("Sales", fontsize=20) -ax.set_title("Monthly Sales Volume", fontsize=20) +ax.set_title("Basic Area Chart", fontsize=20) ax.tick_params(axis="both", labelsize=16) ax.grid(True, alpha=0.3, linestyle="--")