Commit fcea644
Fix #2305: geom_boxplot outlier.shape=NA now hides outlier points
The geom2trace.GeomBoxplot function now checks for:
- outliers = FALSE parameter
- outlier.shape = NA (via params$outlier_gp$shape in newer ggplot2)
When either condition is true, boxpoints is set to FALSE in the plotly
trace to hide outlier points.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent a6ba02d commit fcea644
2 files changed
+34
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
872 | 872 | | |
873 | 873 | | |
874 | 874 | | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
875 | 881 | | |
876 | 882 | | |
877 | 883 | | |
| |||
885 | 891 | | |
886 | 892 | | |
887 | 893 | | |
| 894 | + | |
| 895 | + | |
888 | 896 | | |
889 | 897 | | |
890 | 898 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
0 commit comments