Plotly Scatter Map Not Rendering Correctly
I am attempting to use a Plotly Scatter Map. When I render it, it shows a basic blank chart. I tried to follow the official Plotly tutorial and it does the same thing. I'll put a screenshot below shortly.
Solution:Jump to solution
For reference, this code below does work. I am not sure if marimo needs to provide a default map renderer.
```diff
import plotly.express as px
...
4 Replies
This is the code from the "Basic example with Plotly Express" https://plotly.com/python/tile-scatter-maps/
Scatter
Over 11 examples of Scatter Plots on Tile Maps including changing color, size, log axes, and more in Python.
Thanks for reporting. I made an issue to track: https://github.com/marimo-team/marimo/issues/2337
GitHub
px.scatter_map does not display · Issue #2337 · marimo-team/marimo
Describe the bug From Discord. "I am attempting to use a Plotly Scatter Map. When I render it, it shows a basic blank chart. I tried to follow the official Plotly tutorial and it does the same...
Solution
For reference, this code below does work. I am not sure if marimo needs to provide a default map renderer.
Thank you, that got me around it!