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
// /// Uses points, line or both depending on the mode to represent data points
364
+
// static member Scatter(xy,mode,?Name,?Showlegend,?MarkerSymbol,?Color,?Opacity,?Labels,?TextPosition,?TextFont,?Dash,?Width) =
365
+
// let x,y = Seq.unzip xy
366
+
// Chart.Scatter(x, y, mode,?Name=Name,?Showlegend=Showlegend,?MarkerSymbol=MarkerSymbol,?Color=Color,?Opacity=Opacity,?Labels=Labels,?TextPosition=TextPosition,?TextFont=TextFont,?Dash=Dash,?Width=Width)
367
+
368
+
369
+
370
+
352
371
// // /// Computes the bi-dimensional histogram of two data samples and auto-determines the bin size.
353
372
// // static member Histogram2d(x,y,?Name,?HistNorm,?HistFunc,?Colorscale,?Showscale,?zSmooth,?Colorbar,?zAuto,?zMin,?zMax,?nBinsx,?nBinsy,?Xbins,?Ybins) =
354
373
// // let trace =
@@ -401,7 +420,7 @@ type Chart =
401
420
402
421
/// Uses points, line or both depending on the mode to represent 3d-data points
0 commit comments