Skip to content

Question : heatmap z-range? #4724

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

Closed
Wandalen opened this issue Apr 2, 2020 · 5 comments
Closed

Question : heatmap z-range? #4724

Wandalen opened this issue Apr 2, 2020 · 5 comments

Comments

@Wandalen
Copy link

Wandalen commented Apr 2, 2020

Hi! I have a few questions regarding the heatmap. Maybe someone can point me where I can find an answer on the question: how to specify z range for heat map plot? Is it possible to achieve it at all?

@Wandalen
Copy link
Author

Wandalen commented Apr 2, 2020

Is it possible to switch off plot and render scale only? Is it possible render horizontal scale instead of vertical?

@Wandalen Wandalen changed the title Heatmap z-range? Question : heatmap z-range? Apr 3, 2020
@Wandalen
Copy link
Author

Wandalen commented Apr 7, 2020

Answering my own question: How to specify z range for heat map plot?
Z-range of heatmaps can be specified with help of the option zauto of data set to false and zmin, zmax set to the range.

opts.data.zauto = false;
opts.data.zmin = zmin;
opts.data.zmax = zmax;
Plotly.newPlot(`plot1`, [ opts.data ], opts.layout);

@Wandalen
Copy link
Author

Wandalen commented Apr 7, 2020

Answering my own question: Is it possible render horizontal scale instead of vertical?
No. It's not implemented.
#1244

@Wandalen
Copy link
Author

Wandalen commented Apr 8, 2020

Maybe someone will help me with this: how to render scalebar only?

@gvwilson
Copy link
Contributor

Hi - we are trying to tidy up the stale issues and PRs in Plotly's public repositories so that we can focus on things that are still important to our community. Since this one has been sitting for several years, I'm going to close it; if it is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. Thanks for your help - @gvwilson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants