Skip to content

Wrong position of xlabel in Cartesian subplot mixed with Geographic subplots #365

Open
@zxdawn

Description

@zxdawn

Description

The location of xlabel is usually in the middle of subplots. But, it doesn't work for Cartesian and Geographic mixed plots.

Steps to reproduce

import proplot as pplt
fig, axs = pplt.subplots(nrows=2, ncols=2, proj=['npstere', 'npstere', None, 'npstere'])

axs[2].format(xlabel='xlabel for Cartesian subplot')

Expected behavior:

The xlabel in the middle of subplot3 xaxis.

Actual behavior:
image

Proplot version

3.5.1
0.9.5.post202

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions