Skip to content

Glitch when trying to display few data entries sharing only two different dates #7354

Open
@u451f

Description

@u451f

I have a scatter plot (grouped) that works correctly for every other dataset except for this one. Here, the last date should be in 2024, but is displayed in 2027.

Image

This one only has 4 entries that should display on 2 different dates.

,id,country,affiliation,draft,title,submission_date,wg,docid
0,116736,,ARTICLE 19,draft-irtf-hrpc-research-14,Research into Human Rights Protocol Considerations,2017-10-01,,RFC8280
1,119890,,Oxford Internet Institute,draft-irtf-hrpc-research-14,Research into Human Rights Protocol Considerations,2017-10-01,,RFC8280
2,116736,,University of Amsterdam,draft-irtf-hrpc-guidelines-21,Guidelines for Human Rights Protocol and Architecture Considerations,2024-09-01,,RFC9620
3,125317,,GG,draft-irtf-hrpc-guidelines-21,Guidelines for Human Rights Protocol and Architecture Considerations,2024-09-01,,RFC9620

Now, if I change the month of the last entry, then the display works. If I add a 5th entry, the display also works. I'm not sure what to make of that:

Image

Might that be a tiny bug?

Activity

added
bugsomething broken
P2considered for next cycle
on Feb 10, 2025
u451f

u451f commented on Mar 31, 2025

@u451f
Author

Maybe I can also add that in the layout var I use

scattermode: "group",
scattergap: 10,

but the glitch is also present without these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2considered for next cyclebugsomething broken

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @gvwilson@u451f

        Issue actions

          Glitch when trying to display few data entries sharing only two different dates · Issue #7354 · plotly/plotly.js