File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
examples/tutorials/advanced Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 16
16
17
17
This tutorial focus on how to adjust the display of the beachballs:
18
18
19
- - Filling the quadrants
20
19
- Plotting the components of a seismic moment tensor
20
+ - Filling the quadrants
21
21
- Adjusting the outlines
22
22
- Highlighting the nodal planes
23
23
- Adding offset from the event location
65
65
# to ``spec``). Additionally the ``convention`` parameter is required if ``spec`` is
66
66
# an 1-D or 2-D numpy array; for the input types dictionary and ``pandas.Dataframe``,
67
67
# the focal mechanism convention is automatically determined from dictionary keys or
68
- # :class:`pandas.DataFrame` column names.
68
+ # :class:`pandas.DataFrame` column names. The ``scale`` parameter controlls the radius
69
+ # of the beachball. By default, the value defines the size for a magnitude of 5 (i.e.,
70
+ # a scalar seismic moment of M0 = 4.0E23 dyn cm). Appand ``"+l"`` to force the radius
71
+ # to be proportional to the seismic moment.
69
72
70
73
fig = pygmt .Figure ()
71
74
fig .basemap (region = region , projection = projection , frame = frame )
You can’t perform that action at this time.
0 commit comments