File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ type Trace2D(traceTypeName) =
77
77
78
78
///initializes a trace of type "histogram2D" applying the given trace styling function
79
79
static member initHistogram2D ( applyStyle : Trace2D -> Trace2D ) =
80
- Trace2D( " histogram2D " ) |> applyStyle
80
+ Trace2D( " histogram2d " ) |> applyStyle
81
81
82
82
///initializes a trace of type "histogram2Dcontour" applying the given trace styling function
83
83
static member initHistogram2DContour ( applyStyle : Trace2D -> Trace2D ) =
84
- Trace2D( " histogram2Dcontour " ) |> applyStyle
84
+ Trace2D( " histogram2dcontour " ) |> applyStyle
85
85
86
86
///initializes a trace of type "image" applying the given trace styling function
87
87
static member initImage ( applyStyle : Trace2D -> Trace2D ) =
You can’t perform that action at this time.
0 commit comments