Liam Connors
Liam Connors
These show up when you are using the new traces Also, it looks like they are removed when we run the commands to update Plotly.js. Those classes are probably autogenerated
could we use a warning as mentioned by @ndrezn above https://github.com/plotly/plotly.py/pull/4783#discussion_r1791936053
@archmoj, I see the deprecation notice on traces and px functions that don't use mapbox ``` import plotly.express as px df = px.data.gapminder().query("year == 2007") fig = px.line_geo(df, locations="iso_alpha", color="continent",...
@archmoj, I still see the issue
> @LiamConnors Any reason not to simply require `geopandas>=1.0`? I'm not sure if we need to provide examples for both old and new geopandas. I agree. It doesn't need to...
Here's other pages I noticed are missing ---- Some example pages from plotly.com/javascript are not in the mkdocs live-docs branch: https://plotly.com/javascript/2d-density-plots/ https://plotly.com/javascript/colorscales/ https://plotly.com/javascript/maplibre-migration/ https://plotly.com/javascript/marker-style/ https://plotly.com/javascript/static-image-export/ https://plotly.com/javascript/version-3-changes/ Additionally some of the...