Questions tagged [plotly.js]

Plotly.js is a high-level, declarative charting library. It ships with 20 chart types, including 3D charts, statistical graphs, and SVG maps. It is built on top of d3.js and stack.gl.

632 questions
-2
votes
1 answer

js plotly heat map always upsidown?

I'm using plotly js' heatmap to show every third year of an ocean surface temperature dataset. The issue is that no matter what technique I use to reverse the order of data going into the plotting call, the canvas always shows the plot upsidown.…
Li Brary
  • 59
  • 9
-3
votes
1 answer

Plotly.js color palette exclude white tones

Is it possible to exclude white colors(tones) in plotly.js for a large number of bars? For example, if i have a bar graph with 1000 bars, the default color palette will be cycle through some white colors, and those bars will be impossible to see on…
1 2 3
42
43