Click or drag to resize
Accord.NET (logo)

ScatterplotBoxShow Method (String, Double, Double, Int32)

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(
	string title,
	double[] x,
	double[] y,
	int[] z
)
Request Example View Source

Parameters

title
Type: SystemString
The title for the plot window.
x
Type: SystemDouble
The x-values for the data.
y
Type: SystemDouble
The y-values for the data.
z
Type: SystemInt32
The corresponding labels for the (x,y) pairs.

Return Value

Type: ScatterplotBox
See Also