Setting Subplot Title Font Sizes

Hi,

When using make_subplots, how can I change the font size of the title? I’ve tried numerous combinations (different words involving title-font-size, syntax, etc.) of the below without success. Lots of syntax or unexpected keyword argument errors. I searched the forum, as well as some of the documentation (help(make_subplots), creating/updating figures, subplots, setting font/etc.). Again, I didn’t have any luck, but I’m sure I’m overlooking something simple. I’m using Plotly 4.11. Any assistance is appreciated.


kwargs={‘title_font’: dict(size=24)}
fig = make_subplots(row=2, col=1, subplot_titles=(“Title A”, “Title B”), **kwargs)