julia-mosaicviews
Lazily view a 3D or 4D array as an expanded 2D array as a matrix of slices
When visualizing images, it is not uncommon to provide a 2D view of different image sources. For example, comparing multiple images of different sizes, getting a preview of machine learning dataset. This package aims to provide easy-to-use tools for such tasks.
- Versions: 0.3.3
- Website: https://github.com/JuliaArrays/MosaicViews.jl
- Licenses: Expat
- Package source: gnu/packages/julia-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of julia-mosaicviews
as follows:
guix install julia-mosaicviews
Or install a particular version:
guix install julia-mosaicviews@0.3.3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of julia-mosaicviews about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/julia-mosaicviews'><img src='https://packages.guix.gnu.org/packages/julia-mosaicviews/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/julia-mosaicviews/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/julia-mosaicviews)
Example Org:
[[https://packages.guix.gnu.org/packages/julia-mosaicviews][https://packages.guix.gnu.org/packages/julia-mosaicviews/badges/latest-version.svg]]