Skip to content

Commit

Permalink
Backtick parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon committed Sep 19, 2024
1 parent 5bad070 commit 472c311
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions monet/monet_accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down Expand Up @@ -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 :
Expand Down Expand Up @@ -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 :
Expand Down

0 comments on commit 472c311

Please sign in to comment.