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

when using 'grouped' plots, we'd often like to see trends/differentations between separate groups. however, it is common that some of the groups are very 'small', thus the data shown for...

feature
P3

# Problem Plotting a straight line from ($-X$, 0) to ($+X$, 1) for various (large) $X$ within a much smaller window results in wrong and inconsistent behavior, as demonstrated in...

bug
P3

Hi, The error below had me stumped for quite a while: ```python import plotly as px px.scatter(x=[1,2,3], y=[2,3,4], marginal_x="density") Traceback (most recent call last): File "", line 1, in File...

feature
P3
documentation

Add test cases for https://github.com/plotly/plotly.py/pull/4612

feature
P3
P2
testing

I wrote a very simple Dash app in Python that allows the user to select either "Denver" or "London" from a dropdown list. A point is then plotted on a...

bug
P3

### Description Currently, Plotly gives you the option to customize the legend to either disable only the corresponding trace when you click on it, or the whole group at once...

feature
P3

# Description This PR migrates plotly-express module logic from pandas to narwhals. In this way, pandas is not a required dependency for plotly-express (or at least for its entirety -...

feature
P1
community

It appears that the entire `packages/javascript/jupyterlab_plotly` directory contains code that is either used to support very old versions of jupyter lab/notebook/voila, or is not used at all. This PR removes...

feature
P1

I removed a trailing whitespace at the end of the file

P3
community
fix

### 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...

P1
community
fix