question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

zmin and zmax ignored in Heatmaps

See original GitHub issue
import numpy as np
import plotly.plotly as py
from plotly.graph_objs import Heatmap,Data
data = np.arange(10000).reshape(100,100)
trace = Heatmap(z=np.flipud(data), zmin=1000, zmax=2000)
py.iplot(Data([trace]))

Using version 1.6.6 on Python 3 (miniconda, all updates), IPython 3.0.0dev

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
michaelayecommented, Feb 18, 2015

if i set zmin/zmax, isn’t it obvious that I don’t want zauto?

2reactions
felixriesecommented, Jul 29, 2021

2021 and still not resolved, not even in the documentation. What is the right place to request that feature or to make a pull request?

Read more comments on GitHub >

github_iconTop Results From Across the Web

plotly.graph_objects.Heatmap — 5.11.0 documentation
zauto – Determines whether or not the color domain is computed with respect to the input data (here in z ) or the...
Read more >
Zmin and zmax settings in the heatmap chart - Feature Requests
Hello everyone, we used Redash for a while and it rocks! In our use case we use a lot of heatmap charts and...
Read more >
Colorbar doesn't respect limit values - Stack Overflow
It appears that when using contours.coloring='fill' (which is the default) the zmin and zmax are ignored (for some reason).
Read more >
Python Figure Reference: heatmap Traces - Plotly
Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in...
Read more >
plotCorrelation — deepTools 3.0.2 documentation
--zMin, -min, Minimum value for the heatmap intensities. If not specified, the value is set automatically. --zMax, -max, Maximum value for the heatmap...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found