Skip to content

plotly.express line documentation error in line_shape #2812

Closed
@abogaard

Description

@abogaard

Hello, I am trying to pass line_shape='spline' as documented (https://plotly.com/python-api-reference/generated/plotly.express.line.html#plotly.express.line) but am getting the following error:

` Invalid value of type 'builtins.str' received for the 'shape' property of scattergl.line
Received value: 'spline'

The 'shape' property is an enumeration that may be specified as:
  - One of the following enumeration values:
        ['linear', 'hv', 'vh', 'hvh', 'vhv']`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions