SimplePlot constructor

SimplePlot(List<Float64List> arrays, DivElement plotDiv, List<Map<PyA, String>> plotAttr, Map<AxA, String> xaxisAttr, Map<AxA, String> yaxisAttr, Map<LegA, String> legendAttr, List<String> poly_colors)

Implementation

SimplePlot(
    List<Float64List> arrays,
    DivElement plotDiv,
    List<Map<PyA, String>> plotAttr,
    Map<AxA, String> xaxisAttr,
    Map<AxA, String> yaxisAttr,
    Map<LegA, String> legendAttr,
    List<String> poly_colors)
    : this.mult(arrays, plotAttr, xaxisAttr, yaxisAttr, legendAttr,
          poly_colors, PlotLayoutSVG(plotDiv, false), 0);