You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/03_0_3d-scatter-plots.fsx
+80-9
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,18 @@ index: 1
30
30
31
31
*Summary:* This example shows how to create three-dimensional point and line charts in F#.
32
32
33
-
A Scatter3d chart report shows a three-dimensional spinnable view of your data
33
+
Point3D, Line3D, and Bubble3D charts are all derived from `Chart.Scatter3D` and can be generated by that function as well.
34
+
However, `Chart.Point3D`, `Chart.Line3D`, or `Chart.Bubble3D` provide sensible defaults and arguments for the respective derived chart, and are recommended to use.
|> Chart.withXAxisStyle("my x-axis", Id=StyleParam.SubPlotId.Scene 1)// in contrast to 2D plots, x and y axes of 3D charts have to be set via the scene object
0 commit comments