Class ScatterTrace

    • Method Detail

      • builder

        public static ScatterTrace.ScatterBuilder builder​(tech.tablesaw.columns.Column<?> x,
                                                          tech.tablesaw.columns.Column<?> y)
      • builder

        public static ScatterTrace.ScatterBuilder builder​(tech.tablesaw.columns.Column<?> x,
                                                          tech.tablesaw.api.NumericColumn<? extends Number> open,
                                                          tech.tablesaw.api.NumericColumn<? extends Number> high,
                                                          tech.tablesaw.api.NumericColumn<? extends Number> low,
                                                          tech.tablesaw.api.NumericColumn<? extends Number> close)
      • asJavascript

        public String asJavascript​(int i)
        Description copied from interface: Trace
        Returns a string of Javascript code that can be used to display the trace in a browser
        Parameters:
        i - A unique number for this trace in the enclosing figure
        Returns:
        A string that can be rendered in javascript