Skip to content

ring.all or ring.all[::-1] ? #8

@s-celles

Description

@s-celles

I wonder if array shouldn't be reversed

In matplotlib example it will be possible to do

line.set_ydata(data_y.all)

instead of

line.set_ydata(data_y.all[::-1])

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