[ENH]: imshow support for multiple slice image volume · Issue #24360 · matplotlib/matplotlib · GitHub
Skip to content

[ENH]: imshow support for multiple slice image volume #24360

Description

@ustcfdm

Problem

I need to display an image volume with multiple slices, similar to sliceViewer in Matlab. However, the current imshow function only supports RBG(A) or 2D scalar data.

Proposed solution

The code example here shows how to display multiple slice images, but there is a lot of code to write, which is not convenient. Maybe one solution is to provide a wrap function (i.e. imshow_3d or slice_viewer) that implements the example code somehow?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions