|
186 | 186 | # Plot the same beachball three times with different settings: |
187 | 187 | # (i) Fill the compressive quadrants |
188 | 188 | # (ii) Plot the first nodal plane and the circumference in darkorange |
189 | | -# (iii) Plot the circumfence in black on top; use "-" to not fill the quadrants |
| 189 | +# (iii) Plot the circumference in black on top; use "-" to not fill the quadrants |
190 | 190 | for kwargs in [ |
191 | 191 | {"compressionfill": "lightorange"}, |
192 | 192 | {"nodal": "1/1p,darkorange"}, |
|
211 | 211 | # is an ASCII file with columns for ``plot_longitude`` and ``plot_latitude``, the |
212 | 212 | # ``offset`` parameter has to be set to ``True``. Besides just drawing a line between |
213 | 213 | # the beachball and the event location, a small circle can be plotted at the event |
214 | | -# location by appending **+s** and the descired circle diameter. The connecting line as |
| 214 | +# location by appending **+s** and the desired circle diameter. The connecting line as |
215 | 215 | # well as the outline of the circle are plotted with the setting of pen, or can be |
216 | 216 | # adjusted separately. The fill of the small circle corresponds to the fill of the |
217 | | -# compressive quadrantes. |
| 217 | +# compressive quadrants. |
218 | 218 |
|
219 | 219 | fig = pygmt.Figure() |
220 | 220 | fig.basemap(region=region, projection=projection, frame=frame) |
|
301 | 301 | # |
302 | 302 | # The beachball can be sized and colored by the quantities given as ``magnitude`` and |
303 | 303 | # ``depth``, e.g., by moment magnitude or hypocentral depth, respectively. Use the |
304 | | -# parameter ``cmap`` to pass the descired colormap. Now, the fills of the small circles |
| 304 | +# parameter ``cmap`` to pass the desired colormap. Now, the fills of the small circles |
305 | 305 | # indicating the event locations are given by the colormap. |
306 | 306 |
|
307 | 307 | fig = pygmt.Figure() |
|
0 commit comments