https://github.com/juliaaplavin/axiskeysextra.jl
https://github.com/juliaaplavin/axiskeysextra.jl
arrays plotting
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juliaaplavin/axiskeysextra.jl
- Owner: JuliaAPlavin
- License: mit
- Created: 2024-05-06T20:06:56.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T13:39:29.000Z (about 1 year ago)
- Last Synced: 2025-02-22T00:37:27.108Z (about 1 year ago)
- Topics: arrays, plotting
- Language: Julia
- Homepage:
- Size: 1.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AxisKeysExtra.jl
The [AxisKeys.jl](https://github.com/mcabbott/AxisKeys.jl) package provides a nice lightweight `KeyedArray` structure: arrays with keyed/labelled axes, similar to `xarray` in Python. \
It is being maintained, but for stability reasons new features are added very cautiously. That's the reason for this package, `AxisKeysExtra.jl`: it extends `AxisKeys` with new convenience functions, conversions, Makie plotting recipes. Some of them may be upstreamed to `AxisKeys` at some point.
The intended usage is to just do `using AxisKeysExtra`: it reexports `AxisKeys`, so one can use both regular `AxisKeys` functionality and functions defined in this package.\
See [the Pluto notebook](https://aplavin.github.io/AxisKeysExtra.jl/test/notebook.html) for details and examples.