Hello, i’m using Plotly javascript library, i have a 3D surface plot, which i convert it to 2D looking (like in this example: Projection of 3d surface in Python/v3) grid (image is below), what i want is that somehow i want to display Z values in each boxes in the grid, couldn’t find any way to do it, is it even possible to do that?
Note: Z values are set to 0 in order to make the plot look like 2D grid, i can have another array that has some values and i still want to display/print them on the grid.
You can check the codes and everything: https://codepen.io/anonim11/pen/KKxyQNY
to