|
121 | 121 | # Add a frame |
122 | 122 | # ----------- |
123 | 123 | # |
124 | | -# While that the map's colors, projection, and size have been set, the region |
| 124 | +# While the map's colors, projection, and size have been set, the region |
125 | 125 | # that is being displayed is not apparent. A frame can be added to |
126 | 126 | # annotate the latitude and longitude of the region. |
127 | 127 | # |
|
144 | 144 | # ----------- |
145 | 145 | # |
146 | 146 | # The ``frame`` parameter can be used to add a title to the figure. The title |
147 | | -# is set with by passing ``"+t"`` followed by the title (e.g. setting the map |
| 147 | +# is set by passing ``"+t"`` followed by the title (e.g. setting the map |
148 | 148 | # title to "Title" would be ``"+tTitle"``). |
149 | 149 | # |
150 | 150 | # To pass multiple arguments to ``frame``, a list can be used, as shown in the |
|
172 | 172 | # 1. Make a map of Germany using its ISO country code ("DE"). Pass the ISO |
173 | 173 | # code as a Python string to the ``region`` parameter. |
174 | 174 | # |
175 | | -# 2. Change the color of the land to "khaki" and the water to "azure". |
| 175 | +# 2. Change the color of the landmass to "khaki" and the water to "azure". |
176 | 176 | # |
177 | 177 | # 3. Change the color of the lakes (using the ``lakes`` parameter) to "red". |
178 | 178 | # |
179 | 179 | # 4. Create a global map. Set the region to "d" to center the map at the Prime |
180 | 180 | # Meridian or "g" to center the map at the International Date Line. When the |
181 | 181 | # region is set without using a list full of integers or floating numbers, |
182 | 182 | # the argument needs to be passed as a Python string. Create a map with a |
183 | | -# width of 15 centimeters using the Mollwide ("W") projection. |
| 183 | +# width of 15 centimeters using the Mollweide ("W") projection. |
0 commit comments