You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shared labels are not currently supported for map projections but this is on my to-do list!
Just like Cartesian axes, I can implement share=3 as the default behavior for Plate Carrée, Mercator, and Miller rectangular projections. For other projections, since the edges are curved, share=0 should probably be the default, but no reason not to allow it.
One limitation of the "shared labels" feature is it currently only works for labels on the left and bottom. In the PR that addresses this issue, I'll also try to make them work for labels on the right and top. Will also see if I can implement sharing for groups of "twin" axes.
lukelbd
changed the title
Shared labels doesn't work with longitude and latitude
Shared lon/lat labels for rectangular map projections
Jan 7, 2020
I was trying to use shared labels, but I didn't succeed to make it work for longitude and latitude. At least if we write it as for other regular 2D data with x, y, as in the documentation example: https://proplot.readthedocs.io/en/latest/customizing.html#Shared-and-spanning-labels.
Here is an example (data: season_clim_diff.zip):
Thus, with the
share=3
option I would expect that the longitudes labels of the first line and the latitudes labels of the last column won't appear.The text was updated successfully, but these errors were encountered: