Turn off Autoscaling for Bar Graph Text AND not matching the download scale (See replies)

Hi @isaiaher, I think the issue is related to Downloaded plot looks nothing like it does on the web page, you need to do
fig.show(config={toImageButtonOptions: {width: null, height: null}}) in order to force the download-to-png button to follow the figure dimensions (otherwise it’s using fixed dimensions).