From 472c31134c7045a29e1c8dce931b8fdcd581d19b Mon Sep 17 00:00:00 2001 From: zmoon Date: Thu, 19 Sep 2024 14:57:10 -0500 Subject: [PATCH] Backtick parameters --- monet/monet_accessor.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/monet/monet_accessor.py b/monet/monet_accessor.py index bdb2c52..9965b2b 100644 --- a/monet/monet_accessor.py +++ b/monet/monet_accessor.py @@ -970,7 +970,7 @@ def quick_imshow(self, map_kws=None, roll_dateline=False, **kwargs): map_kws : dict kwargs for :func:`monet.plots.mapgen.draw_map` roll_dateline : bool - roll_dateline is meant to help with global datasets that the longitudes + `roll_dateline` is meant to help with global datasets that the longitudes range from 0 to 360 instead of -180 to 180. Otherwise a white line appears at 0 degrees. **kwargs : @@ -1036,7 +1036,7 @@ def quick_map(self, map_kws=None, roll_dateline=False, **kwargs): map_kws : dict kwargs for :func:`monet.plots.mapgen.draw_map` roll_dateline : bool - roll_dateline is meant to help with global datasets that the longitudes + `roll_dateline` is meant to help with global datasets that the longitudes range from 0 to 360 instead of -180 to 180. Otherwise a white line appears at 0 degrees. **kwargs : @@ -1095,7 +1095,7 @@ def quick_contourf(self, map_kws=None, roll_dateline=False, **kwargs): map_kws : dict kwargs for :func:`monet.plots.mapgen.draw_map` roll_dateline : bool - roll_dateline is meant to help with global datasets that the longitudes + `roll_dateline` is meant to help with global datasets that the longitudes range from 0 to 360 instead of -180 to 180. Otherwise a white line appears at 0 degrees. **kwargs :