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):

Actual behavior (in v0.6.4):

Proplot version
0.6.4