We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5689046 commit 4abe5dcCopy full SHA for 4abe5dc
climada/util/plot.py
@@ -294,7 +294,7 @@ def make_map(num_sub=1, projection=ccrs.PlateCarree()):
294
axis_sub = np.array([[axis_sub]])
295
296
for axis in axis_sub.flatten():
297
- grid = axis.gridlines(draw_labels=True)
+ grid = axis.gridlines(draw_labels=True, alpha=0.2)
298
grid.xlabels_top = grid.ylabels_right = False
299
grid.xformatter = LONGITUDE_FORMATTER
300
grid.yformatter = LATITUDE_FORMATTER
0 commit comments