@@ -10,25 +10,12 @@ open System.Runtime.InteropServices
10
10
///
11
11
/// These trace types are compatible with 3D subplots via the scene attribute, which contains special camera controls:
12
12
///
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
14
14
///
15
- ///- surface and mesh: 3d surface trace types
15
+ /// - surface and mesh: 3d surface trace types
16
16
///
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
+
32
19
33
20
type Trace3D ( traceTypeName ) =
34
21
inherit Trace( traceTypeName)
0 commit comments