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

[BUG] scene settings for point_size not always setting to correct value #633

Open
DataBoyTX opened this issue Jan 7, 2025 · 0 comments
Open
Assignees
Labels

Comments

@DataBoyTX
Copy link
Contributor

DataBoyTX commented Jan 7, 2025

Describe the bug

Customer reports that trying to set the point_size via scene_settings doesn't always set correctly.

Comment from user:

mismatch in the scale of the UI input and what is available on the API. Either update documentation or make the UI and API like-for-like

To Reproduce

use for_analysis.ipynb, set the following scene settings and see point_size doesn't match in the UI

g2 = g.scene_settings(
  point_size=0.2,
  edge_curvature=0.0,
  edge_opacity=0.5,
  point_opacity=0.9
)
g2.plot()

Expected behavior
point size should be 20

Actual behavior
point size showing 15, sometimes other values

Screenshots
image

Screenshot (1325)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants