Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent marker size in 3D figures #178

Open
robert-lieck opened this issue Apr 11, 2024 · 2 comments
Open

Inconsistent marker size in 3D figures #178

robert-lieck opened this issue Apr 11, 2024 · 2 comments
Labels
bug something broken P3 not needed for current cycle

Comments

@robert-lieck
Copy link

Showing a Scatter3D figure in the browser and saving it produces different results, in particular, the marker sizes are inconsistent between the two.

Reproducible with the following code:

import plotly.graph_objects as go

fig = go.Figure()
fig.add_trace(go.Scatter3d(x=[0, 1], y=[0, 0], z=[0, 0]))
fig.update_layout(height=500, width=500)
fig.show()
fig.write_image("figure.png", height=500, width=500)

Screenshot from the browser:
Screenshot from 2024-04-11 21-04-48

Saved figure:
figure

@gvwilson
Copy link
Collaborator

Thanks for your interest in Kaleido. We are currently working on an overhaul that might address your issue - we hope to have news in a few weeks and will post an update then. Thanks - @gvwilson

@gvwilson gvwilson self-assigned this Jul 26, 2024
@robert-lieck
Copy link
Author

Thanks for the info @gvwilson, looking forward!

@gvwilson gvwilson removed their assignment Aug 3, 2024
@gvwilson gvwilson added bug something broken P3 not needed for current cycle labels Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken P3 not needed for current cycle
Projects
None yet
Development

No branches or pull requests

2 participants