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).