|
ScatterplotBoxShow Method (Double)
|
Displays a scatter plot with the specified data.
Namespace:
Accord.Controls
Assembly:
Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax public static ScatterplotBox Show(
double[][] x
)
Public Shared Function Show (
x As Double()()
) As ScatterplotBox
Request Example
View SourceParameters
- x
- Type: SystemDouble
A two column matrix containing the (x,y) data pairs as rows.
Return Value
Type:
ScatterplotBoxSee Also