Skip to content

Commit 77a4880

Browse files
committed
fix violin docs
1 parent 685e48f commit 77a4880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/04_2_violin-plots.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ let y' = [2.; 1.5; 5.; 1.5; 2.; 2.5; 2.1; 2.5; 1.5; 1.;2.; 1.5; 5.; 1.5; 3.; 2.
9494

9595
let violin3 =
9696
[
97-
Chart.Violin ("y" ,y,Name="bin1",Jitter=0.1,Points=StyleParam.JitterPoints.All);
98-
Chart.Violin ("y'",y',Name="bin2",Jitter=0.1,Points=StyleParam.JitterPoints.All);
97+
Chart.Violin (X = "y" ,Y = y,Name="bin1",Jitter=0.1,Points=StyleParam.JitterPoints.All);
98+
Chart.Violin (X = "y'",Y = y',Name="bin2",Jitter=0.1,Points=StyleParam.JitterPoints.All);
9999
]
100100
|> Chart.combine
101101

0 commit comments

Comments
 (0)