plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
The plotly express documentation [states that the parameter nbins of `px.histogram` should be an `int`](https://plotly.github.io/plotly.py-docs/generated/plotly.express.histogram.html), however, the error message when inputting something else states that the nbinsx property of histograms...
Thanks for your developing plotly.py! There is a description how to create a chord diagram for version3: https://plotly.com/python/v3/filled-chord-diagram/ It would be nice to have this for version4, too.
https://github.com/plotly/Kaleido/issues/134 Unfixed problem, had to spend time debugging. A warning should be thrown, and it'd help to suggest the commonly-working fix of downgrading to `kaleido==0.1.0.post1` (`0.1.0` via `-conda-forge` also worked...
It currently says: ``` scale: int or float or None The scale factor to use when exporting the figure. A scale factor larger than 1.0 will increase the image resolution...
# Details While triaging your project, our bug-fixing tool generated the following message(s)- > In file: [_core.py](https://github.com/plotly/plotly.py/blob/master/packages/python/plotly/plotly/express/_core.py#L1134), method: process_args_into_dataframe, a logical expression uses the identity operator. A new object is...
### Problem summary Whenever I have the following combination: - plotly express - facet plots - labels used for axis are strings The first subplot shows the axis labels properly,...
I opened the documentation, and for this page, I don't see the map boundaries. I also tried with multiple browsers https://plotly.com/python/lines-on-mapbox/#lines-on-mapbox-maps-using-plotly-express running the code in python also has the same...
I've built a huge correlation heatmap with over 70 metrics, which generated a 3000x3000px gigantic heatmap that was hard to analyse. Since the correlation heatmap is so large, the labels...
Hi, I would like to be able to change colors with css variables so that when other parts of my React code changes that css variable dynamically, it should reflect...
Good evening everyone, I was writing up a small article, when I encountered an error with the `branchvalues="total"` setting on `px.sunburst` as well as `px.treemap`. The bug being, the plot...