- Notifications
You must be signed in to change notification settings - Fork22
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
227a33a
to1f50130
CompareIt 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 |
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.
Uh oh!
There was an error while loading.Please reload this page.
3cebb0c
tod63a0a8
CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Made the suggested changes including reverting back the tox.ini so just requested a re-review as merging is blocked |
dstansby left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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)?
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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? |
1 last approval hopefully! |
Uh oh!
There was an error while loading.Please reload this page.
Towards#94
For ScatterWidget 2D only (still to test 3D data and FeaturesScatterWidget)
Fixes#129