Closed
Description
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')