-
Notifications
You must be signed in to change notification settings - Fork 22
Test ScatterWidget 2D #121
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
Conversation
a28bdca
to
42f9c65
Compare
227a33a
to
1f50130
Compare
It looks like you're tackling two different tests in this PR (scatter and features scatter)? Iis one of them working and one of them not? If one of them is working, I'd suggest putting that in a separate PR that we can merge straight away. Then we can keep moving, and it will make this PR easier to debug as it will only be concerned with one test. |
Neither of them currently work, although features scatter at least can plot something (even if what it is plotting is inconsisent). I agree that they should be separate PRs so I will try to untangle them |
29e6e9b
to
8068559
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks 👍 overall, but we want to keep the number of layers features scatter takes as input (1), and plot two different features stored on that one layer against each other.
3cebb0c
to
d63a0a8
Compare
Made the suggested changes including reverting back the tox.ini so just requested a re-review as merging is blocked |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there's still code that can be removed here (see my suggestions)?
Ah yes, got rid of the image layer now and tidying up of remaining comments |
One final request (sorry!), could you squash this all into one commit so we don't add any more test figures changes than we need to in the commit history when it's merged into main? |
a0758ec
to
162d9dc
Compare
1 last approval hopefully! |
|
Towards #94
For ScatterWidget 2D only (still to test 3D data and FeaturesScatterWidget)
Fixes #129