GuiXYPlotPlotCartesian(Double, Double, Double, String, Boolean) Method
Plot multiple traces with uncertainties
Namespace: Metas.Vna.Data.GuiAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
public void PlotCartesian(
double[][] x,
double[][] y,
double[,][][] cv,
string[][] info,
bool[] onlyPoints = null
)
Public Sub PlotCartesian (
x As Double()(),
y As Double()(),
cv As Double(,)()(),
info As String()(),
Optional onlyPoints As Boolean() = Nothing
)
public:
void PlotCartesian(
array<array<double>^>^ x,
array<array<double>^>^ y,
array<array<array<double,2>^>^>^ cv,
array<array<String^>^>^ info,
array<bool>^ onlyPoints = nullptr
)
member PlotCartesian :
x : float[][] *
y : float[][] *
cv : float[,][][] *
info : string[][] *
?onlyPoints : bool[]
(* Defaults:
let _onlyPoints = defaultArg onlyPoints null
*)
-> unit
Parameters
- x Double
- y Double
- cv Double
- info String
- onlyPoints Boolean (Optional)