Skip to content

(x, y, z) triplets for heatmaps fails for this example #38

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
chriddyp opened this issue Nov 25, 2015 · 0 comments · Fixed by #47
Closed

(x, y, z) triplets for heatmaps fails for this example #38

chriddyp opened this issue Nov 25, 2015 · 0 comments · Fixed by #47
Assignees
Labels
bug something broken

Comments

@chriddyp
Copy link
Member

var data = [{
  x: [2, 4, 5],
  y: [1, 1, 1],
  z: [1, 2, 3],
  type: 'heatmap'
}];
var layout = {
  title: '(x, y, z) triplets'
};

Plotly.newPlot('myDiv', data, layout);

Codepen: http://codepen.io/chriddyp/pen/yYdYvp

Trace (iy=-1):
image

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

Successfully merging a pull request may close this issue.

2 participants