Skip to content

Using domain to draw multiple parcoords only draws first trace #1372

Closed
@lordalisat

Description

@lordalisat

I'm trying to add several parcoords plots next to each other, to add some kind of edge splatting image
(something like this:
image)

When using the domain to draw multiple parcoords (similar to how the pie is drawn in the docu), only the traces for the first parcoords are drawn:
image

even though the debugger returns this as the data of the drawn figure:

<class 'tuple'>: (Parcoords({ 'dimensions': [{'range': [0, 4], 'tickvals': [0], 'values': [1, 2, 3]}, {'range': [0, 4], 'tickvals': [0], 'values': [2, 3, 1]}], 'domain': {'x': [0, 0.5]}, 'line': {'cmin': 0, 'color': [4, 4, 5], 'colorbar': {'title': 'Colorbar'}, 'colorscale': 'Greys', 'reversescale': True}, 'showlegend': False, 'uid': '82dbeee2-bd11-4977-bf10-09c7171a3b7a', 'visible': True }), Parcoords({ 'dimensions': [{'range': [0, 4], 'tickvals': [0], 'values': [1, 2, 3]}, {'range': [0, 4], 'tickvals': [0], 'values': [2, 3, 4]}], 'domain': {'x': [0.5, 1.0]}, 'line': {'cmin': 0, 'color': [4, 4, 5], 'colorscale': 'Greys', 'reversescale': True}, 'showlegend': False, 'uid': '507b8968-e5b3-4ca5-9c2a-bed702ed51ca', 'visible': True }))

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugsomething broken

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions