You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I would like to see projection support in Mapbox map layers like, px.scatter_mapbox, such as 'globe' projection (which will make a tile-based 3d globe map). I noticed that Plotly is integrated with Mapbox-gl, and the Mapbox-GL support different projections, so it should be easy to have this option in Plotly. It looks like it's already supported in scatter_geo (see the doc)but not Mapbox layers.
See projections support in Mapbox-GL here. See what's looks like with projection here,
The code by the support the function should look like,
Hi, I would like to see projection support in Mapbox map layers like,
px.scatter_mapbox
, such as 'globe' projection (which will make a tile-based 3d globe map). I noticed that Plotly is integrated with Mapbox-gl, and the Mapbox-GL support different projections, so it should be easy to have this option in Plotly. It looks like it's already supported inscatter_geo
(see the doc)but not Mapbox layers.See projections support in Mapbox-GL here. See what's looks like with projection here,


The code by the support the function should look like,
the
projection
option can be configured to support more projectionsThe text was updated successfully, but these errors were encountered: