File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
examples/gallery/seismology Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 3
3
---------------------------------------
4
4
5
5
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.
12
11
"""
13
12
14
13
import pandas as pd
You can’t perform that action at this time.
0 commit comments