I have a contour plot that shows water temperature at various depths over time. So “depth” on the y-axis, “time” on the x-axis, and “temperature” as the z-axis (color). The “y” axis does not change because it is always the same depths that I have temperatures for. As time goes forward I get new data points for each depth; so new data points added on the x-axis.
I’m using “extendTraces” to try to do this by specifying new “z” data, but it seems like there is no way to extend the data in the “x” dimension, only the “y” dimension. Is there a way to do this that I am just missing? Any ideas for a workaround?