Skip to content

plots: support transposed plot data #8559

Open
@BlackHC

Description

@BlackHC

The current plotting code expects a list of dicts with column name: values. It would be nice to support the more numpy/matplotlib- centric version of a dict of lists.

E.g., currently:

[dict(x=1,y=3), dict(x=2,y=4)]

and would be nice also to support:

dict(a=[1,2], b=[3,4])

Metadata

Metadata

Assignees

No one assigned

    Labels

    A: plotsRelated to the plotsfeature requestRequesting a new featurep3-nice-to-haveIt should be done this or next sprint

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions