Skip to content

Scatter lines graph not rendered in v6.1.2 #5224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jochen-schuettler opened this issue Jun 8, 2025 · 0 comments
Open

Scatter lines graph not rendered in v6.1.2 #5224

jochen-schuettler opened this issue Jun 8, 2025 · 0 comments

Comments

@jochen-schuettler
Copy link

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 only see empty graphs. Explicitely setting line parameters changes nothing.

This is plotly-relevant code:

import plotly.graph_objs as go
    fig = go.Figure(
        data=[go.Scatter(x=x, y=y, mode='lines', name='test')],
        layout=go.Layout(
            xaxis=dict(title='time', rangeslider=dict(visible=True)),
            yaxis=dict(title='data'),
            margin=dict(l=40, r=20, t=30, b=40),
            hovermode='closest',
        )
    )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant