plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!

Results 707 plotly.py issues
Sort by recently updated
recently updated
newest added

Is there a reason `custom_data` is not in px.histogram, or was this simply an oversight in #1764?

Thanks for your interest in Plotly.py! Before opening an issue, please search for existing and closed issues :) **Please** accompany bug reports with a reproducible example. Please use the [latest...

### Documentation PR - [x] I've [seen the `doc/README.md` file](https://github.com/plotly/plotly.py/blob/master/doc/README.md) - [x] This change runs in the current version of Plotly on PyPI and targets the `doc-prod` branch OR it...

Hiii I would like to request a plotly express function for creating horizon charts. [Horizon Chart Explanation](https://www.r-bloggers.com/2022/03/what-is-a-horizon-chart/#:~:text=A%20horizon%20chart%20is%20a,and%20similar%20to%20a%20heatmap%E2%80%A6) Also, is there a way to do this using Plotly Graph Objects?

Updates what_about_dash to use Dash 2.x import syntax ### Documentation PR - [x] I've [seen the `doc/README.md` file](https://github.com/plotly/plotly.py/blob/master/doc/README.md) - [x] This change runs in the current version of Plotly on...

Hello I'm using Google colab to display multiplot that's why I tried to create one scatterplot with 3 scatters in it and under that, there is a parallel categories plot...

Issue: I'm trying to plot the following scatter plot (loadings score for PCA): `fig=ex.scatter(loadingdf,x=loadingdf['pc1'],y=loadingdf['pc2'],text=loadingdf['variable'],) ` But I keep getting this error: ``` File plotly\express\_chart_types.py:66, in scatter(data_frame, x, y, color, symbol,...

Range for the x/y axis can be defined by the property 'range'. ` fig.update_yaxes(range=[min, max]) ` **I would like to pass only max or min and other value should be...

I just wanted to follow [this tutorial](https://plotly.com/python/animations/) which seems to use some example data, but where can I find these data? Can I download them somewhere? If so, maybe the...