Skip to content
Snippets Groups Projects
Commit 614f2ee0 authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 27/04/2021:Panel_Plot.py , replace deprecated xlabels_top & ylabels_right parameters

parent 073aa2c1
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,8 @@ class PanelPlot():
# Grid lines and labels
if 'PlateCarree' in str(projo):
gl = ax.gridlines(crs=self.projo, draw_labels=True, linewidth=1, color='gray')
gl.xlabels_top = False
gl.ylabels_right = False
gl.top_labels = False
gl.right_labels = False
# Coastlines
if self.drawCoastLines and 'GeoAxes' in str(type(ax)):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment