Class Plot.Data

java.lang.Object
io.openems.edge.common.test.Plot.Data
Enclosing class:
Plot

public static class Plot.Data extends Object
  • Method Details

    • xy

      public Plot.Data xy(double[] x, double[] y)
    • xy

      public Plot.Data xy(double x, double y)
    • xy

      public Plot.Data xy(List<Double> x, List<Double> y)
    • size

      public int size()
    • x

      public double x(int i)
    • y

      public double y(int i)