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

Dropdown entry for "Actual Size" in plot layer options #2463

Open
micahnyc opened this issue Nov 16, 2023 · 1 comment
Open

Dropdown entry for "Actual Size" in plot layer options #2463

micahnyc opened this issue Nov 16, 2023 · 1 comment

Comments

@micahnyc
Copy link

In addition to fixed and linear size we would like to be able to do actual size, i.e. to have the size of a cluster in parsec
image

@jfoster17
Copy link
Member

Note that as of version v1.15.0, there is the option to display arbitrary regions on an Image Viewer and these regions could be circles of a given size. A few limitations are that you would need to handle creating these regions, the regions currently only display on an Image Viewer (not on a standalone Scatter Viewer), and because the code is for displaying arbitrary polygons it is not optimized for simple cases and is a little slow for many polygons.

But I certainly thought about the simpler option of "display this thing with a given size". There are basically two main options here:

  1. Specify the radius of points/circles as a single text field (i.e. all clusters have the same size in parsecs)
  2. Specify an attribute/component that gives the radius of the circle in data units (i.e. clusters have different sizes in parsecs, but the data needs to specify it for all points)

In case 1 we also need to come up with a way for the user to specify the units of the size.

Can you say a little more about your use case?

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

No branches or pull requests

2 participants