Closed
Description
Hey Plotly,
It looks like you can use axis.categoryarray
to reorder the bars in a bar chart. I'm trying to do the same thing with heatmaps (that is, reorder the heatmap columns) but it only seems to change the tick labels, not actually move the data. See http://codepen.io/hellochar/pen/WGBEow . This is concerning since the data being displayed is not longer accurate to the data that was fed in.
Is there another way to specify the heatmap ordering, other than by modifying the x/y arrays manually?