Click or drag to resize
Accord.NET (logo)

Scatterplot Constructor (String)

Constructs an empty Scatter plot with given title.

Namespace:  Accord.Statistics.Visualizations
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Scatterplot(
	string title
)
Request Example View Source

Parameters

title
Type: SystemString
Scatter plot title.
See Also