plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
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...
Colorscales in templates are not valid list of lists, which breaks `plotly.colors.sample_colorscale`
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...
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...
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...
**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...
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...
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...
### 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...