Skip to content

SubplotGrid should be able to change labelsize the same as GeoAxes does. #723

@gepcel

Description

@gepcel

From what I test, GeoAxes can change labelsize, but SubplotGrid doesn't. For example:

fig, ax = pplt.subplots(proj='cyl')
ax.format(labelsize=30) # no effect
ax[0].format(labelsize=30) # can change fontsize to 30

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