We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
contour and heatmap always have 2d input so they're out, but histogram2d actually doesn't accept 2d input, despite the name.
Sorry, something went wrong.
dmt0
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: