subplot should support non 2D-cartesian charts #711
Labels
Comments
More generally, trs <- names(Schema$traces)
axes <- lapply(trs, function(x) grep("^[a-z]axis$", names(Schema$traces[[x]]$attributes), value = TRUE))
trs[lengths(axes) == 0] [1] "pie" "scatterternary" "scatter3d" "surface"
[5] "mesh3d" "cone" "scattergeo" "choropleth"
[9] "splom" "parcoords" "scattermapbox" "sankey"
[13] "table" "scatterpolar" "scatterpolargl" "area" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: