Skip to content

Commit da9ee3b

Browse files
weiji14seisman
andcommitted
Move velo_arrow_ellipse.py under "Seismology and Geodesy" category
Co-Authored-By: Dongdong Tian <seisman.info@gmail.com>
1 parent 8a7cb44 commit da9ee3b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

examples/gallery/symbols/velo_arrow_ellipse.py renamed to examples/gallery/seismology/velo_arrow_ellipse.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
---------------------------------------
44
55
The :meth:`pygmt.Figure.velo` method can be used to plot mean velocity arrows
6-
and confidence ellipses.
7-
The example below plots red velocity arrows with light-blue confidence ellipses
8-
outlined in red with the east_velocity x north_velocity used for the station names.
9-
Note that the velocity arrows are scaled by 0.2 and the 39% confidence limit
10-
will give an ellipse
11-
which fits inside a rectangle of dimension east_sigma by north_sigma.
6+
and confidence ellipses. The example below plots red velocity arrows with
7+
light-blue confidence ellipses outlined in red with the east_velocity x
8+
north_velocity used for the station names. Note that the velocity arrows are
9+
scaled by 0.2 and the 39% confidence limit will give an ellipse which fits
10+
inside a rectangle of dimension east_sigma by north_sigma.
1211
"""
1312

1413
import pandas as pd

0 commit comments

Comments
 (0)