This always renders at the default size for me: ```python import plotly.express as px fig = px.scatter(y=[1,2,3], height=300, width=300) fig.show("png") ``` I would consider this a bug, although there may be some reasoning behind this behaviour ... @jonmmease ?