Skip to content

Longitude labels over 180° are not plotted in cartopy v0.17 #208

@wthsiao

Description

@wthsiao

Description

For longitude over 180°, longitude labels are not shown and grid lines are not plotted correctly. This issue only appears in v0.6 but not in v0.5.

Steps to reproduce

import proplot as plot
# the cartopy version used is 0.17.0

f, axs = plot.subplots(proj='cyl', proj_kw={'lon_0':120})
axs.format(coast=True, latlines=30, lonlines=60, labels=True)

Expected behavior (in v0.5.0):
map_v0 5 0

Actual behavior (in v0.6.4):
map_v0 6 4

Proplot version

0.6.4

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