-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
heatmaps don't respect axis categoryarray #1097
Comments
Thank very much for the report. |
any plans to fix it? |
yes, that's what the |
Proof of principle in branch Codepen before: https://codepen.io/antoinerg/pen/bJyOjX Still need to write test and support |
Looking good @antoinerg - thanks for taking this on! |
@etpinard About |
Yes, that's correct. My bad! |
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?
The text was updated successfully, but these errors were encountered: