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

Generalise functionality for plotting from feature tables #167

Closed
wants to merge 12 commits into from

Conversation

dstansby
Copy link
Member

There is currently one widget that plots data stored in the .features attribute of layers (FeaturesScatterWidget). There is demand to add more of these though, see #61, #63, #148, #60, #58

This PR separates the functionality for plotting from a features layer into a new class, which will make it much easier to expand the widgets that plot from features in the future.

@dstansby dstansby marked this pull request as ready for review June 15, 2023 17:14
@dstansby
Copy link
Member Author

I started writing tests, and this turned into a bit of a multiple inheritance mess. Going to close in favour of implementing a second widget that uses features, and then slowly de-duplicating functionalty after that.

@dstansby dstansby closed this Jun 16, 2023
@dstansby dstansby deleted the generalise-features branch June 16, 2023 10:51
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