Mojtaba Samimi

Results 386 comments of Mojtaba Samimi

OK. I think a patch like [this commit](https://github.com/gl-vis/gl-plot3d/commit/3e0b73e99b0ef2120eb765dbb23759fd9114710b) may help. cc: https://github.com/plotly/plotly.js/issues/4111 cc: https://github.com/plotly/plotly.js/issues/1267 Please notice how one could get similar overlap colors [here](https://codepen.io/MojtabaSamimi/pen/KOQaBN?editors=0010) but not [before](https://codepen.io/MojtabaSamimi/pen/gqQazW?editors=0010). Here are more...

Also for `scatter3d` traces there is another possibility to enable depth like these: [example 2](https://codepen.io/MojtabaSamimi/pen/PMRqjO) [example 3](https://codepen.io/MojtabaSamimi/pen/GVxJEv) [example 4](https://codepen.io/MojtabaSamimi/pen/KOopqr)

And finally for regular point-clouds [here](https://github.com/gl-vis/gl-plot3d/commit/6bb28531e2b2a5c290cc252d675d9b3e7b4a910b) is the algorithm that works best: [Example 1](https://codepen.io/MojtabaSamimi/pen/pMLger) [Example 2](https://codepen.io/MojtabaSamimi/pen/zgWrNa) [Example 3](https://codepen.io/MojtabaSamimi/pen/EqEPZp) [Example 4](https://codepen.io/MojtabaSamimi/pen/JgLGEe) cc: #4111 cc: #1267

Also for `surface` plot the app at https://dash-gallery.plotly.host/dash-yield-curve/ displays ![Screenshot from 2019-11-11 10-07-42](https://user-images.githubusercontent.com/33888540/68597658-5a3a3f80-046b-11ea-8906-191e27251779.png)

@gvwilson yes it is. I need 2 days to possibly complete #4643 pull.

> [MapLibre](https://github.com/maplibre/maplibre-gl-js) is an open-source continuation of Mapbox v1. Incidentally, they have recently released [a bounty for a map view ](https://github.com/maplibre/maplibre/issues/190). Would Plotly ever consider replacing Mapbox with MapLibre? That's...

> @archmoj , there is some projection support now in MapLibre https://maplibre.org/maplibre-style-spec/projection/ , starting with experimental globe mode (update on that in the May newsletter [here](https://maplibre.org/news/2024-05-31-maplibre-newsletter-may-2024/#maplibre-gl-js)). > > Let me...

Thanks for the report. This looks like a regression.

This should be the side effect of one these PRs: https://github.com/plotly/plotly.js/releases/tag/v2.24.3

@birkskyum please note that it is actually the second test catches these (not the es6 test). Also to test it locally you needed to build the bundles in `dist` folder....