Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Dongdong Tian <[email protected]>
  • Loading branch information
michaelgrund and seisman authored Jan 13, 2025
1 parent 190e885 commit 63063a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/gallery/lines/hlines_vlines.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
# %%
# Polar coordinate system
# -----------------------
# When using polar coordinate systems "horizontal" means lines are plotted as arcs along a
# constant radius while "vertical" means lines are plotted as straight lines along
# When using polar coordinate systems "horizontal" means lines are plotted as arcs along
# a constant radius while "vertical" means lines are plotted as straight lines along
# radius at a specified azimuth.

fig = pygmt.Figure()
Expand Down
3 changes: 2 additions & 1 deletion pygmt/src/hlines.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def hlines(
- **Cartesian**: lines are plotted as straight lines.
- **Polar**: lines are plotted as arcs along a constant radius.
- **Geographic**: lines are plotted as arcs along parallels (i.e., constant latitude).
- **Geographic**: lines are plotted as arcs along parallels (i.e., constant
latitude).
Parameters
----------
Expand Down
3 changes: 2 additions & 1 deletion pygmt/src/vlines.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def vlines(
- **Cartesian**: lines are plotted as straight lines.
- **Polar**: lines are plotted as straight lines along a constant azimuth.
- **Geographic**: lines are plotted as arcs along meridians (i.e., constant longitude).
- **Geographic**: lines are plotted as arcs along meridians (i.e., constant
longitude).
Parameters
----------
Expand Down

0 comments on commit 63063a8

Please sign in to comment.