Skip to content

Commit

Permalink
Fix tests for polar
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Nov 21, 2024
1 parent a8bd1a0 commit 457e8eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pygmt/tests/baseline/test_hlines_polar_projection.png.dvc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
outs:
- md5: 418875901a0585abab075970e3fae4e8
size: 48651
- md5: 0c0eeb160dd6beb06bb6d3dcc264127a
size: 57789
hash: md5
path: test_hlines_polar_projection.png
2 changes: 1 addition & 1 deletion pygmt/tests/test_hlines.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_hlines_polar_projection():
Plot horizontal lines in polar projection.
"""
fig = Figure()
fig.basemap(region=[0, 360, 0, 2], projection="P15c", frame=True)
fig.basemap(region=[0, 360, 0, 1], projection="P15c", frame=True)
fig.hlines(0.1, pen="1p")
fig.hlines(0.2, xmin=0, xmax=360, pen="1p")
fig.hlines(0.3, xmin=0, xmax=180, pen="1p")
Expand Down

0 comments on commit 457e8eb

Please sign in to comment.