Skip to content

Commit f4e1c65

Browse files
committed
2 parents 6f73d3d + 40c664e commit f4e1c65

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/content/3d-scatter-plots.fsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,7 @@ Chart.Scatter3d(x,y,z,StyleParam.Mode.Markers)
2323
|> Chart.withY_AxisStyle("my y-axis")
2424
|> Chart.withZ_AxisStyle("my z-axis")
2525
|> Chart.withSize(800.,800.)
26-
2726
(*** include-it:scatter3d_1 ***)
28-
|> Chart.Show
29-
30-
31-
32-
33-
3427

3528

3629

0 commit comments

Comments
 (0)