Skip to content

Ticks not responding to locator tags #158

@cvanelteren

Description

@cvanelteren

When the labels are set to the right, the ticks cannot move there, see img
Image

import ultraplot as uplt, numpy as np

fig, ax = uplt.subplots(
    nrows=2, ncols=2, proj="cyl", share="all"
)  # , backend="basemap")
ax.format(
    lonlim=(0, 10),
    latlim=(0, 20),
    land=True,
    labels=True,
    lonlines=15,
    latlines=10,
    latticklen=True,
    lonticklen=True,
    grid=True,
    gridminor=False,
    lonlabels="t",
    latlabels="r",
)
uplt.show(block=1)

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