@@ -10,25 +10,12 @@ open System.Runtime.InteropServices
1010///
1111/// These trace types are compatible with 3D subplots via the scene attribute, which contains special camera controls:
1212///
13- ///- scatter3d, which can be used to draw individual markers, 3d bubble charts and lines and curves
13+ /// - scatter3d, which can be used to draw individual markers, 3d bubble charts and lines and curves
1414///
15- ///- surface and mesh: 3d surface trace types
15+ /// - surface and mesh: 3d surface trace types
1616///
17- ///- cone and streamtube: 3d vector field trace types
18- ///
19- ///- volume and isosurface: 3d volume trace types
20- ///- scatter3d, which can be used to draw individual markers, 3d bubble charts and lines and curves
21- ///- surface and mesh: 3d surface trace types
22- ///- cone and streamtube: 3d vector field trace types
23- ///- volume and isosurface: 3d volume trace types
24- ///- scatter3d, which can be used to draw individual markers, 3d bubble charts and lines and curves
25- ///- surface and mesh: 3d surface trace types
26- ///- cone and streamtube: 3d vector field trace types
27- ///- volume and isosurface: 3d volume trace types
28- ///- scatter3d, which can be used to draw individual markers, 3d bubble charts and lines and curves
29- ///- surface and mesh: 3d surface trace types
30- ///- cone and streamtube: 3d vector field trace types
31- ///- volume and isosurface: 3d volume trace types
17+ /// - cone and streamtube: 3d vector field trace types
18+
3219
3320type Trace3D ( traceTypeName ) =
3421 inherit Trace( traceTypeName)
0 commit comments