Skip to content

Commit

Permalink
Changed verbage in vectors.py for ploting circular vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandloria committed Mar 19, 2021
1 parent b333429 commit 4593cd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/tutorials/vectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@

########################################################################################
# Circular vectors can be plotted using an ``x`` and ``y`` value to specify
# where the origin of the arc will be located on the plane. The variable
# ``diam`` is used to specify the diameter of the arc while the ``startDeg`` and
# ``stopDeg`` specify at what angle the arc will originate and end respectively.
# where the origin of the circle will be located on the plane. The variable
# ``diam`` is used to specify the diameter of the circle while the ``startDeg`` and
# ``stopDeg`` specify at what angle the arc will begin and end respectively.

fig = pygmt.Figure()

Expand Down

0 comments on commit 4593cd3

Please sign in to comment.