241: adding parameter to adjust dot size. - #242
Conversation
Code Coverage SummaryDiff against mainResults for commit: 1887a7e Minimum allowed coverage is ♻️ This comment has been updated with latest results |
vedhav
left a comment
There was a problem hiding this comment.
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