Skip to content

Commit a09ccb6

Browse files
committed
add jitter to anova demo
1 parent 5c919be commit a09ccb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/crosstalk-highlight-binned-target-a.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
library(plotly)
33

44
d <- highlight_key(mpg)
5-
dots <- plot_ly(d, colors = "Set1", color = ~class, x = ~displ, y = ~cyl) %>%
5+
dots <- plot_ly(d, colors = "Set1", color = ~class, x = ~displ, y = ~jitter(cyl)) %>%
66
layout(
77
xaxis = list(title = "Engine displacement"),
88
yaxis = list(title = "Number of cylinders")

0 commit comments

Comments
 (0)