Hacktoberfest 2026: die Issues, die Maintainer für den Oktober markiert haben – offen und einsteigerfreundlich. Hacktoberfest-Issues durchsuchen

Stacked barplot missing certain groups that have non-missing values in the data

Offen
#5,428 4 Kommentare 0 Reaktionen 1 zugewiesene Person Auf GitHub ansehen

@jmaddalena arbeitet bereits daran.

Seit 29.1.2026.

Bewertung

Dieses Issue wurde noch nicht bewertet.

Beschreibung

P2

I have a very strange bug that I can't seem to diagnose.

Given the following data import:

plot_data = pd.read_csv("example_plot_data.csv")
plot_data['savedate_week'] = pd.to_datetime(plot_data['savedate_week'])

And the following basic plotly code:

import plotly.express as px

fig = px.bar(
        plot_data,
        x="savedate_week",
        y="commander_perc_of_card",
        color="commanders"
    )

fig.show()

Every week should have bars that total 100% and they do indeed in the data. They also do when you click on one of the commanders that has missing data. For example, when you click on Tiamat, the focused bar plot shows that it does have values for savedate_week = '2025-02-03'. And when you click on Ureni of the Unwritten, it has a value for savedate_week = '2025-06-16'. But both these values are missing from the overall stacked barplot.

I am using plotly version 6.2.0.

example_plot_data.csv

Vorherrschende Sprache
Python
Sterne
18.8k
Forks
2.8k
Ø Merge
13 Std. 28 Min.
Gemergte PRs (30 T.)
20

Beitragsleitfaden

Beitragsleitfaden öffnen

Erste Schritte

  1. Lesen Sie das ganze Issue und danach den Beitragsleitfaden des Projekts.
  2. Schreiben Sie ins Issue, dass Sie es übernehmen — das erspart doppelte Arbeit.
  3. Forken Sie das Repository und arbeiten Sie in einem Branch.
  4. Öffnen Sie einen Pull Request, der die Issue-Nummer nennt.

Mehr aus plotly/plotly.py

Alle Issues in plotly/plotly.py

Ähnliche Issues

Weitere Issues zu Python

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.