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

- Remove `requires-optional.txt` and `test_requirements/*` (no longer used). - Convert `commands.py` to use `argparse` instead of hand-rolled. - Rationalize imports in `codegen/__init__.py` (all at top level). - Update `"dev"` section...

feature
P1

In my virtual environment, there happens to be installed IPython package. It wasn't installed by myself, it's merely a transitive dependency of some another package. It's neither intended to be...

feature
P1
community

Hello, I’m having a strange issue where a graph_objects Figure with Scatergl is not drawing anything if there is an np.inf in the series, but only if the data is...

bug
P2

latest version of plotly // python 3.12 ```python from datetime import datetime, timedelta from zoneinfo import ZoneInfo import pandas as pd import polars as pl daterange = [datetime(2023, 1, 1,...

bug
P2

I'm using plotly to visualise measurement data from inside a Raspi 3b, serving the result with Dash and Flask, which worked beautifully until plotly v5.24.1. Now, with plotly v6.1.2 I...

bug
P1
regression

(Environment): Plotly Version: 6.1.2 Python Version: 3.13.2 Operating System: macOS (Seqonia 15.2) When using the violinmode='group', it just behave like violinmode='overlay' Code to reproduce, just use the grouped violin plot...

bug
P1
regression

I have a scatter plot with lots of dots. When I try to save it as svg, everything except for the datapoints is real SVG. Unfortunately, the data points are...

feature
P3

--copied from the plotly forum here https://community.plotly.com/t/update-yaxes-behavior-when-using-make-subplots-vs-specifying-axes-directly/92496-- To my knowledge, there’s two main ways to create subplots: make_subplots(), then add trace data - example [here](https://community.plotly.com/t/hoversubplots-axis-not-working-with-make-subplots/84239) create list of data, inject...

feature
P2

Hey folks, after installing the most recent release I'm seeing the following error when attempting to list extensions: KeyError: 'packageManager' not found inside install.json ```console $ jupyter labextension list --debug...

bug
P2
regression

The FigureWidget seems to be broken in plotly 6.0 when showing datetime types. Reproduced using the example [here](https://plotly.com/python/time-series/#time-series-using-axes-of-type-date) ```python import plotly.graph_objects as go import pandas as pd df = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/finance-charts-apple.csv').assign(Date=lambda...

bug
P2