Skip to content
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

Transforms for all traces? #656

Open
4 of 9 tasks
dmt0 opened this issue Aug 8, 2018 · 1 comment
Open
4 of 9 tasks

Transforms for all traces? #656

dmt0 opened this issue Aug 8, 2018 · 1 comment
Assignees

Comments

@dmt0
Copy link
Contributor

dmt0 commented Aug 8, 2018

Just work:

  • * box,
  • * violin,
  • * ohlc,
  • * candlestick,

Seem straightforward, no 2d inputs:

  • * scatterternary
  • * scatterpolar
  • * scatter3d
  • * scattergeo
  • * histogram2d

Will not work (because they must have 2d inputs):

  • mesh3d
  • surface
  • contour
  • heatmap

Submitted an issue: plotly/plotly.js#2908

@nicolaskruchten
Copy link
Contributor

nicolaskruchten commented Aug 17, 2018

contour and heatmap always have 2d input so they're out, but histogram2d actually doesn't accept 2d input, despite the name.

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