Skip to content

Scatter lines graph not rendered in v6.1.2 #5224

Open
@jochen-schuettler

Description

@jochen-schuettler

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',
        )
    )

Metadata

Metadata

Assignees

Labels

P1needed for current cyclebugsomething brokenregressionthis used to work

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    pFad - Phonifier reborn

    Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

    Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


    Alternative Proxies:

    Alternative Proxy

    pFad Proxy

    pFad v3 Proxy

    pFad v4 Proxy