Tracepublic class HeatmapTrace extends AbstractTrace
| Modifier and Type | Class | Description |
|---|---|---|
static class |
HeatmapTrace.HeatmapBuilder |
AbstractTrace.VisibilityDEFAULT_OPACITY, DEFAULT_VISIBILITY, engine| Modifier and Type | Method | Description |
|---|---|---|
String |
asJavascript(int i) |
Returns a string of Javascript code that can be used to display the trace in a browser
|
static HeatmapTrace.HeatmapBuilder |
builder(Object[] x,
Object[] y,
double[][] z) |
|
protected Map<String,Object> |
getContext() |
hoverLabel, name, showLegend, toStringpublic String asJavascript(int i)
Tracei - A unique number for this trace in the enclosing figureprotected Map<String,Object> getContext()
getContext in class AbstractTracepublic static HeatmapTrace.HeatmapBuilder builder(Object[] x, Object[] y, double[][] z)
Copyright © 2021. All rights reserved.