Liam Connors
Liam Connors
The other pages are captured by the last condition: ``` {% elsif page.name %} {{page.name | capitalize}} in {{language}}{% else %} Plotly Open Source Graphing Libraries{% endif %} ``` Right...
> Thanks for the PR. @LiamConnors > > Have you included this `code change`?[f1522cd](https://github.com/plotly/plotly.py/commit/f1522cddfb06b1c4c6b7640ffba0513d86bf0161) Not yet. I'll include it after you merge your PR
@emilykl @archmoj this is ready for review
Looks good to me. Could you add a changelog entry for it too.
What would be an example of this incompatibility? "has no effect if tickformat frequency incompatible with minor tick frequency"?
> @LiamConnors would you please create a codepen and transfer it to plotly.js? The logic is in plotly.express and prevents the figure from being generated so it's not possible to...
@caticoa3 could you provide a code example to help me understand the issue better. I tried with go.Scatter and this is how those symbols rendered for me.
Thanks @sarthak-12 for the PR! `geodatasets` might work for both versions. If so, we could get rid of the if/else But we also may need to look at the datasets...
> It looks like the geopandas team simultaneously separated data sets into a separate project _and_ removed the cities data set from their example library > > The data appear...
Thanks @SSivakumar12 There is indeed a great example there https://plotly.com/python/quiver-plots/ It uses Figure Factory though and it would be great to instead build an example that uses Plotly Graph Objects...