Skip to content

Potential bug in setting axes for data array (XYZ=ZYX) #41

@banesullivan

Description

@banesullivan

Was running into an issue with a particular DataArray where:

mesh = ds.data.pyvista.mesh(x='x', y='y', z='z')

and

mesh = ds.data.pyvista.mesh(x='z', y='y', z='x')

were yielding the same result.

This is unexpected and I think the DataArray wasn't/isn't being reorder properly

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingstale

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions