Skip to content

Commit e9aff80

Browse files
Parameter marginal for qqPlot() (#261)
1 parent 8ffef45 commit e9aff80

File tree

4 files changed

+1674
-125
lines changed

4 files changed

+1674
-125
lines changed

demo/jvm-batik/src/main/kotlin/frontendContextDemo/scripts/QQ.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ object QQ {
6464
p.show()
6565
}
6666
run {
67-
val p = qqPlot(gData, sample = "y", group = "g", alpha = 0.8, color = "black", shape = 21) +
67+
val p = qqPlot(gData, sample = "y", group = "g", alpha = 0.8, color = "black", shape = 21, marginal = "box:tr") +
6868
ggtitle("Bistro grouping") +
6969
xlab("Normal distribution quantiles") +
7070
scaleColorBrewer(type = "qual", palette = "Set1") +

0 commit comments

Comments
 (0)