Skip to content

Cannot plot if dict keys are not strings #469

@nvaytet

Description

@nvaytet

Example:

import plopp as pp

a = pp.data.data1d()
pp.plot({1: a, 2: 2*a})

fails with a strange error about incompatible argument for setting name on a DataArray.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions