We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5111e commit fe74b6dCopy full SHA for fe74b6d
examples/box_plots.jl
@@ -2,7 +2,7 @@ using PlotlyJS
2
3
function box1()
4
y0 = rand(50)
5
- y1 = rand(50) + 1
+ y1 = rand(50) .+ 1
6
trace1 = box(;y=y0)
7
trace2 = box(;y=y1)
8
data = [trace1, trace2]
0 commit comments