Skip to content

Double axes does not share labels properly #232

Closed
@lwq-star

Description

@lwq-star

I made the following settings, but share=1 only shares the bottom and left labels. When sharing axes, the right label becomes redundant. How can I keep only the left, bottom, and right labels?

array = [  # the "picture" (1 == subplot A, 2 == subplot B, etc.)
    [1, 2, 3],
    [4, 5, 6],
    [7, 0, 0],
]
fig, axs = uplt.subplots(array, span=True, share=1, journal='nat2')

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions