Skip to content

Commit ba30a21

Browse files
committed
fix multichart docs
1 parent 10ded4e commit ba30a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/01_2_multiple-charts.fsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ let multipleTraceTypesGrid =
260260
[
261261
// you can use nested combined charts, but they have to have the same trace type (Cartesian2D in this case)
262262
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.5; 2.5; 1.5; 3.5; 1.]
263-
Chart.BoxPlot("y" ,y,Name="bin1",Jitter=0.1,Boxpoints=StyleParam.Boxpoints.All);
264-
Chart.BoxPlot("y'",y,Name="bin2",Jitter=0.1,Boxpoints=StyleParam.Boxpoints.All);
263+
Chart.BoxPlot("y" ,y,Name="bin1",Jitter=0.1,BoxPoints=StyleParam.BoxPoints.All);
264+
Chart.BoxPlot("y'",y,Name="bin2",Jitter=0.1,BoxPoints=StyleParam.BoxPoints.All);
265265
]
266266
|> Chart.combine
267267
]

0 commit comments

Comments
 (0)