From 6bad8108bbccc50f42817245be89b807010d6b32 Mon Sep 17 00:00:00 2001 From: Will Schlitzer Date: Tue, 8 Dec 2020 15:07:32 +0000 Subject: [PATCH] docs: Changing units to SI units in projections (#719) --- examples/tutorials/contour-map.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/tutorials/contour-map.py b/examples/tutorials/contour-map.py index fb998f58753..2d80af168ea 100644 --- a/examples/tutorials/contour-map.py +++ b/examples/tutorials/contour-map.py @@ -72,7 +72,7 @@ interval=250, grid=grid, limit=[-4000, -2000], - projection="M4i", + projection="M10c", frame=True, ) fig.show() @@ -85,14 +85,13 @@ # colormap to the contour map. It must be called prior to # :meth:`pygmt.Figure.grdcontour` to keep the contour lines visible on the final map. # If the ``projection`` argument is specified in the :meth:`pygmt.Figure.grdimage` -# method, it does not need to be repeated in -# the :meth:`pygmt.Figure.grdcontour` method. +# method, it does not need to be repeated in the :meth:`pygmt.Figure.grdcontour` method. fig = pygmt.Figure() fig.grdimage( grid=grid, cmap="haxby", - projection="M4i", + projection="M10c", frame=True, ) fig.grdcontour(