Conversation
- Need to double it
|
Thanks, will have a look tonight! |
|
The boxplots look great, thanks Grant @grantmcdermott ! I played around with various combinations of I mainly wondered about the computation of https://github.com/grantmcdermott/tinyplot/blob/boxplot_widths/R/tinyplot.R#L654-L658 Second, it is done rather early now but As for the first point: I don't understand the logic why this should be limited to boxplots. The logic should also apply to other plot types, even if these choose to ignore the And an example, where the |
|
Ah, good catch! Let me take your points in reverse order:
Thanks. I bumped this
The |
|
Thanks for the update! Regarding the second point: I agree that avoiding unnecessary computations is a good idea in general - but so is modularity. The more we have these scattered special cases in Another option (I haven't tried it) could be to compare something like |
Okay, done. Feel free to squash+merge if you are happy. |
|
Great, thanks, Grant! Should I also delete the branch after merging it? |
|
Thanks! (Free free to delete the branch in the future. I'll do it here.) |
Closes #195.