plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
When using ISO 3166 country codes as choropleth map locations, French Guiana is incorrectly plotted as part of France, despite its code being FR-GF. Here is a working example: ```...
I am trying to display a very long hovertemplate box in my chart but I noticed that it does not show when there is a lot of break line ``...
I am using these dataset " dataset tempat perlancongan Malaysia.csv" . In that I'm Passing the latitude and longitude for plotting the plot plot for spatial coordinate vs numerical feature...
We can set the fill colour using the `fillcolor` parameter which accepts colour names and rgb values. This, however, only allows single colours. Is there an easy way to make...
I would like to save a px.Cholorpleth figure into a static image (in png) using kaleido but it did not make it work (see below) I have pip install plotly-geo,...
It is sometimes useful to have non-leaf data in a Sunburst diagram. However, there is no way to tell Plotly Express to ignore or accept non-leaves. Minimum viable example: ```...
When I use a scatter polar Figure object to construct a FigureWidget, I find the FigureWidget display wrong data. ```python import plotly.express as px import plotly.graph_objects as go r =...
in func blw the row before the last (fig.update_yaxes(autorange=True)) does not produce any result: the Y axis remains unchanged upon zooming in the chart. def chart_symbol(symbol, df): fig = make_subplots(rows=3,...
Currently it is (as far as I can see from [templategen/definitions.py](https://github.com/plotly/plotly.py/blob/00c18fd0d09a21f7d0f54c383ff5258fe1ff7d28/packages/python/plotly/templategen/definitions.py) and [templategen/\_\_init__.py](https://github.com/plotly/plotly.py/blob/00c18fd0d09a21f7d0f54c383ff5258fe1ff7d28/packages/python/plotly/templategen/__init__.py)) not possible after applying a template to find out which template was applied. It would be nice...
Hello, I have a task to complete that requires seven distinct, solid symbols for a 3d scatter figure (go.Scatter3d), and from what I can gather from other threads there are...