Class HeatmapTrace

java.lang.Object
tech.tablesaw.plotly.traces.AbstractTrace
tech.tablesaw.plotly.traces.HeatmapTrace
All Implemented Interfaces:
Trace

public class HeatmapTrace extends AbstractTrace
  • Method Details

    • 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
    • getContext

      protected Map<String,Object> getContext()
      Overrides:
      getContext in class AbstractTrace
    • builder

      public static HeatmapTrace.HeatmapBuilder builder(Object[] x, Object[] y, double[][] z)