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) =
7777
7878 ///initializes a trace of type "histogram2D" applying the given trace styling function
7979 static member initHistogram2D ( applyStyle : Trace2D -> Trace2D ) =
80- Trace2D( " histogram2D " ) |> applyStyle
80+ Trace2D( " histogram2d " ) |> applyStyle
8181
8282 ///initializes a trace of type "histogram2Dcontour" applying the given trace styling function
8383 static member initHistogram2DContour ( applyStyle : Trace2D -> Trace2D ) =
84- Trace2D( " histogram2Dcontour " ) |> applyStyle
84+ Trace2D( " histogram2dcontour " ) |> applyStyle
8585
8686 ///initializes a trace of type "image" applying the given trace styling function
8787 static member initImage ( applyStyle : Trace2D -> Trace2D ) =
You can’t perform that action at this time.
0 commit comments