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

re-enable showing circles as points #309

Merged
merged 3 commits into from
Dec 17, 2024
Merged

Conversation

LucaMarconato
Copy link
Member

@LucaMarconato LucaMarconato commented Sep 1, 2024

The variable CIRCLES_AS_POINTS is used to determine if circles should be rendered as points (faster but viz problem when zooming in), or ellipses (precise at any zoom level but much slower).

This small PR fixes a bug that occurred when CIRCLES_AS_POINTS was set to False and also let the user change this setting by moving that variable, which before was hardcoded, to a global variable.

This PR also fixes a bug with the variable POINT_SIZE_SCATTERPLOT_WIDGET, which was declared but not used.

@LucaMarconato LucaMarconato marked this pull request as ready for review December 17, 2024 18:31
@LucaMarconato LucaMarconato merged commit 2bc64cb into main Dec 17, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant