Download plot as png

Hi @jmillz, your issue is related to Turn off Autoscaling for Bar Graph Text AND not matching the download scale (See replies) I think, 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).