Skip to content

Static renderers ignore height/width #2651

Closed
@nicolaskruchten

Description

@nicolaskruchten

This always renders at the default size for me:

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 ?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions