-
Notifications
You must be signed in to change notification settings - Fork 203
Solve issue 963 ggstatplot #991
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
base: main
Are you sure you want to change the base?
Conversation
…e changement sur le graph)
| point.args = list(size = 3, | ||
| alpha = 0.5, | ||
| na.rm = TRUE), | ||
| boxplot.outliers = FALSE, |
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.
Please avoid modifying the "style" of the code. The consequence is that it becomes hard to actually see what changed : here the introduction of boxplot.outliers = FALSE.
| plot_comparison <- suppressWarnings( | ||
| .centrality_ggrepel( | ||
| plot = plot_comparison, | ||
| data = data, | ||
| x = {{ x }}, | ||
| y = {{ y }}, | ||
| digits = digits, | ||
| type = stats_type_switch(centrality.type), | ||
| tr = tr, | ||
| centrality.point.args = centrality.point.args, | ||
| centrality.label.args = centrality.label.args | ||
| ) | ||
| ) |
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.
No change here.
|
Would you be nice to ass an example of before/after on a simple plot ? Here or on issue #963. (By the way you need to use # before the issue number if you want Github to create a link automatically.) And then there will be the documentation of the two new parameters. |
With @margotpass we add a new parameter to ggbetweenstats et ggwithinstats called box.outliers which allow the user to show or not the outliers (FALSE as default). To change the parameters of the outlier points, there is the argument outliers.args which work like points.args