Skip to content

Fix the usage of idxs in plot recipes #315

@nathanaelbosch

Description

@nathanaelbosch

Not all of the following work the way they should

plot(sol; idxs=(2,1))
plot(sol; idxs=[(0,1), (1,2)])
plot(sol; idxs=(0,1,2))
plot(sol; idxs=(1,1,2))
plot(sol; idxs=[(1,1,2),(0,1,2)])

We should make sure they all work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions