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 abfa638 commit 82d57f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gallery/lines/hlines_vlines.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
fig.basemap(
region=[0, 10, 0, 10], projection="X10c/10c", frame=["+tvlines Cartesian", "af"]
)
# Add a vertical line at x=1
# Add a vertical line at x=1
fig.vlines(x=1, pen="1.5p,red3", label="Line 1")
# Add a vertical line at x=2 with y from 2 to 8
fig.vlines(x=2, ymin=2, ymax=8, pen="1.5p,gray30,-", label="Line 2")
Expand Down

0 comments on commit 82d57f3

Please sign in to comment.