TextPlotXY Method

Text XY Plot

Definition

Namespace: Metas.UncLib.Core.Misc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9435.16862
C#
public static string PlotXY(
	double[] x,
	double[] y,
	int width = 80,
	int height = 24,
	char fillchar = '*'
)

Parameters

x  Double
X
y  Double
Y
width  Int32  (Optional)
Width
height  Int32  (Optional)
Height
fillchar  Char  (Optional)
Fill Character

Return Value

String

See Also