Skip to content

Ordering of axes & dimensions #173

@tbenst

Description

@tbenst

Really enjoying the API of this package.

A bit confused by https://juliaimages.org/latest/pkgs/axes/#Names-and-locations. By convention, x is horizontal and y is vertical. But this does not seem to be the case:

A = rand(10,20,5);
axisA = AxisArray(A, (:x, :y, :z), (1μm, 2μm, 3μm))
Gray.(axisA[:,:,1])
# a horizontal rectangle appears

Perhaps documentation should use (:y, :x, :z)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionQuestions that might worth living in the FAQ page

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions