Hi team,
I need your help in setting the correct graph size of my chart.
- How can I scale the legends? I tried setting the font size=5 but the legend size does not adjust:
fig.update_layout(legend_orientation=“h”,font=dict(
family=“sans-serif”,
size=5,
color=“black”
),legend= {‘itemsizing’: ‘trace’})
- How can I reduce the spacing between the title and y-axis?
Thanks for your help!