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

In #4470, the [`test_fast_track_finite_arrays`](https://github.com/plotly/plotly.py/blob/9c5d112cafd6f1b738697e19a74191a42ae4cc6f/packages/python/plotly/plotly/tests/test_optional/test_utils/test_utils.py#L375), but it raised concerns that the replacement of NaN or Infinity with null in arrays is no longer running because the array is base64 encoded already...

feature
P1

Hello! I have something which is maybe a bug. It's certainly how I expected plotly.py to work, although maybe it's just a known limitation of how layout templates work. Plotly...

bug
P3

When trying to create a scatter plot with long descriptions (~5k chars), the html file stops running. Unfortunately, the description cannot be shortened. Here's a code snipped that will help...

bug
P3

This removes references in the base renderers to requirejs. Requirejs is essentially unmaintained and newer versions of jupyter lab and jupyter notebook don't support it anymore, so this fixes some...

feature
P1
dependencies

**Description of the issue** - I have an app with a callback that uses a dcc.Input (type='number') as Input and recreates the figure property of two dcc.Graphs using the input...

bug
sev-3
P2

Creating a splom with two dimensions, no diagonal and only the upper or lower half results in an empty figure. **Code that reproduces the issue:** ```python import numpy as np...

bug
P3

I'm new to plotly. I installed plotly with `pip install plotly==4.5.4` and when I tried to generate a graph, I got 'ImportError: Plotly express requires pandas to be installed.' The...

WebP images are supported by all browsers (considered "Baseline" by MDN, see https://caniuse.com/webp) They are typically higher quality and smaller than corresponding PNG and JPEG images: - https://developers.google.com/speed/webp/docs/webp_study - https://developers.google.com/speed/webp/docs/webp_lossless_alpha_study...

feature
P2
community

### Environment requirements Python 3.11 on Linux, in Jupyter Notebook inside VSCode. Extensions: ms-toolsai.jupyter v2024.1.1 Packages: plotly: 5.24.1 ipywidgets: 8.1.5 jupyterlab 3.6.8 ### Issue description Hello, I'm having this issue...

bug
P3