Skip to content

Commit c35e2d7

Browse files
committed
Update colorbar tests
1 parent 2a57a65 commit c35e2d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
outs:
2-
- md5: 9a5c688d4b6270cf8823333f7857d47e
3-
size: 21912
2+
- md5: 52364ac84db033b53f7125ce12e95cce
3+
size: 25000
44
path: test_colorbar_shading_list.png
55
hash: md5

pygmt/tests/test_colorbar.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ def test_colorbar_shading_list():
2222
Create colorbar and set shading by passing the high/low values as a list.
2323
"""
2424
fig = Figure()
25-
fig.basemap(region=[0, 10, 0, 10], projection="X8c", frame="a")
25+
fig.basemap(region=[0, 10, 0, 2], projection="X10c/2c", frame="a")
2626
fig.colorbar(cmap="geo", shading=[-0.7, 0.2], frame=True)
2727
return fig

0 commit comments

Comments
 (0)