pyqso icon indicating copy to clipboard operation
pyqso copied to clipboard

xlabels_top attribute is deprecated

Open MarcinWieczorek opened this issue 2 years ago • 0 comments

Seems to be working fine, just spits out a warning.

/usr/lib/python3.10/site-packages/cartopy/mpl/gridliner.py:451: UserWarning: The .xlabels_top attribute is deprecated. Please use .top_labels to toggle visibility instead.
  warnings.warn('The .xlabels_top attribute is deprecated. Please '
/usr/lib/python3.10/site-packages/cartopy/mpl/gridliner.py:487: UserWarning: The .ylabels_right attribute is deprecated. Please use .right_labels to toggle visibility instead.
  warnings.warn('The .ylabels_right attribute is deprecated. Please '

MarcinWieczorek avatar Feb 12 '22 10:02 MarcinWieczorek