Skip to content

How to change tick label size is unclear #42

@erykoff

Description

@erykoff

I heard from @nsevilla that it was not obvious how to change the x/y tick label size. Right now it uses the setting plt.rcParams['[x|y]tick.labelsize'] provided that was set prior to creating the skyproj. This is (a) not documented; (b) not obvious; (c) requires clobbering your general preferences.

I will add documentation about this, as well as adding overrides on initialization such that you can do something like sp = skyproj.McBrydeSkyproj(ax=ax, xtick_labelsize=XX, ytick_labelsize=YY) which should be a more obvious API.

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