Skip to content

Commit 8575cc0

Browse files
authored
Fix the failing plot3d_projection test (#2415)
1 parent 133834d commit 8575cc0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
outs:
2-
- md5: 9db4a08f03a39f5ea3106df0c870b0b4
3-
size: 37904
2+
- md5: 3e2050baf59fa2ec7dbe7e3340eea32f
3+
size: 34774
44
path: test_plot3d_projection.png

pygmt/tests/test_plot3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def test_plot3d_projection(data, region):
104104
zscale=5,
105105
perspective=[225, 30],
106106
region=region,
107-
projection="R270/10c",
107+
projection="R40/10c",
108108
style="s1c",
109109
fill="green",
110110
frame=["ag", "zag"],

0 commit comments

Comments
 (0)