-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
241: adding parameter to adjust dot size. #242
Conversation
Code Coverage Summary
Diff against main
Results for commit: 1887a7e Minimum allowed coverage is ♻️ This comment has been updated with latest results |
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.
After resolving the comments it LGTM!
@npaszty The point size issue has been resolved and the update has been released to R-universe. |
that looks great from a goshawk spaghetti plot perspective. is it my imagination or did the lineplot symbols also get bigger by default? I decided to also install the latest version of teal.goshawk thinking there might be an update to the tm_spaghetti plot UI to be able to control the dot size. while I do see the dot_size argument in spaghetti plot, version 0.1.15.9021 doesn't have the dot size control in the UI like boxplot and correlation plot. it would be helpful to have consistency across the goshawk and teal.goshawk functions where data points are displayed. can that also be done for tm_spaghetti plot so that the UIs are consistent? thanks! |
Thank you for your feedback! You’re right; the lineplot symbols appear bigger due to the default I’ve also updated You can check out the updates here: PR #277. |
thanks for opening the PR in teal.goshawk. having those UI elements will be helpful. |
Fixes #241
I have added dot_size as a parameter to adjust the size and default to 3.
goshawk examples