Skip to content

Commit

Permalink
Fix the failing plot3d_projection test (#2415)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Mar 13, 2023
1 parent 133834d commit 8575cc0
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_plot3d_projection.png.dvc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
outs:
- md5: 9db4a08f03a39f5ea3106df0c870b0b4
size: 37904
- md5: 3e2050baf59fa2ec7dbe7e3340eea32f
size: 34774
path: test_plot3d_projection.png
2 changes: 1 addition & 1 deletion pygmt/tests/test_plot3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_plot3d_projection(data, region):
zscale=5,
perspective=[225, 30],
region=region,
projection="R270/10c",
projection="R40/10c",
style="s1c",
fill="green",
frame=["ag", "zag"],
Expand Down

0 comments on commit 8575cc0

Please sign in to comment.