plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
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...
# 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...
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...
Add test cases for https://github.com/plotly/plotly.py/pull/4612
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...
### 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...
# 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 -...
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...
I removed a trailing whitespace at the end of the file
### 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...