Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

go.Scattergl with mode="text" does not display text in Plotly 6.0.0 #5063

Open
Labels
P1needed for current cycle bugsomething broken regressionthis used to work
@brj0

Description

Description of the bug

Using go.Scattergl with mode="text" or mode="markers+text" does not display the specified text in Plotly version 6.0.0 (tested on Python 3.12.9). This worked in earlier versions of Plotly.

To Reproduce

import plotly.graph_objects as go
scatter = go.Scattergl(
 x=[0.5],
 y=[0.5],
 mode="markers+text",
 text="This Text is not displayed in plotly version 6.0.0",
 textposition="top center",
)
fig = go.Figure()
fig.add_trace(scatter)
fig.show()

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1needed for current cycle bugsomething broken regressionthis used to work

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /