JuliaArrays / AxisArrays.jl

Performant arrays where each dimension can have a named axis with values
http://JuliaArrays.github.io/AxisArrays.jl/latest/
Other
200 stars 41 forks source link

AbstractAxisArray? #208

Closed cmichelenstrofer closed 1 year ago

cmichelenstrofer commented 2 years ago

Would an AbstractAxisArray make sense? I would personally like to create my own custom types that have fixed dimension and axis names. And create plot recipes and other functions on these custom types. While being able to "inherit" all the functionalities of AxisArrays. I'm aware of python projects that subclass xarray in this way.

LilithHafner commented 1 year ago

Duplicate of #106