Skip to content

imshow command is printing a bunch of junk #363

@beckermr

Description

@beckermr

Somehow the imshow command is now printing a bunch of extra text.

This snippet:

print("version:", uplt.__version__)
_bwim = np.arange(400).reshape(20, 20)
fig, axs = uplt.subplots()
axs.imshow(_bwim, cmap="grey");

produces:

version: 1.61.0
0.0 0
0.0
0.0
0.0
0
0.2 1
0.2
0.2
0.2
0.2
0.4 2
0.4
0.4
0.4
0.4
0.6000000000000001 3
0.6
0.6
0.6
0.6
0.8 4
0.8
0.8
0.8
0.8
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions