Skip to content

Commit

Permalink
Update hlines_vlines.py
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgrund authored Jan 10, 2025
1 parent 43b3a68 commit 80526c5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/gallery/lines/hlines_vlines.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
=============================
The :meth:`pygmt.Figure.hlines` and :meth:`pygmt.Figure.vlines` methods allow to plot
horizontal and vertical lines in Cartesian, geographic and polar projections.
horizontal and vertical lines in Cartesian, geographic and polar coordinate systems.
"""

# %%
# Cartesian coordinate system
# ---------------------------
# In Cartesian projections lines are plotted as straight lines.
# In Cartesian coordinate systems lines are plotted as straight lines.

import pygmt

Expand Down Expand Up @@ -57,9 +57,9 @@
# %%
# Geographic coordinate system
# ----------------------------
# The same can be done for geographic projections where "horizontal" means lines are
# plotted along parallels (constant latitude) while "vertical" means lines are plotted
# along meridians (constant longitude).
# The same can be done in geographic coordinate systems where "horizontal" means lines
# are plotted along parallels (constant latitude) while "vertical" means lines are
# plotted along meridians (constant longitude).

fig = pygmt.Figure()

Expand Down Expand Up @@ -90,7 +90,7 @@
# %%
# Polar coordinate system
# -----------------------
# When using polar projections "horizontal" means lines are plotted as arcs along a
# When using 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.

Expand Down

0 comments on commit 80526c5

Please sign in to comment.