-
Notifications
You must be signed in to change notification settings - Fork 103
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
Added Use as Numeric and Display as Factor checkboxes to Graphics dialog #8448
Conversation
@MeSophie I think this change is easier than the code we started with. I need to check with @lilyclements, but suggest you keep the first checkbox and call it Group (or Group X - I am not sure. The second checkbox and code is deleted.
I have also made a new issue, on further possible improvements for this dialog, and suggest we now close this one, once this small change is merged. |
@rdstern I notice also that on your code you added |
@rdstern Please can you check the new change. |
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.
@MeSophie this works, but the group=1 is added at the wrong time. If I do group before chooseing the geom, then it doesn't add group=1 into the code. If I untick, after getting the geom, and then tick again, it is fine. The action of ticking should add the code group=1 whatevwer the geom.
@rdstern I think it is okay now. |
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.
@MeSophie this looks fine now. @lloyddewit there is more to improve on this dialog, but I would be happy to see this merged first. And the corresponding issue can then be closed.
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.
@MeSophie looks good, just a couple of small suggestions
Co-authored-by: lloyddewit <[email protected]>
@rdstern if you can retest/approve, then we can merge, thanks |
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.
@lloyddewit this still looks fine
Fixes #8428
@rdstern , @N-thony I added
Use as Numeric
andDisplay as Factor
checkbox on Graphics dialog. Please check it.