Skip to content

Commit

Permalink
Update the test with more characters from Symbol and ZapfDingbats
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Aug 25, 2023
1 parent 85a0926 commit adf6eda
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_text_nonascii.png.dvc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
outs:
- md5: 75db22909db0fbdb2a31edab357ed8b9
size: 16418
- md5: fd8e9b79cd847837464c244563eb5d1a
size: 17341
hash: md5
path: test_text_nonascii.png
2 changes: 1 addition & 1 deletion pygmt/tests/test_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,5 +382,5 @@ def test_text_nonascii():
fig.basemap(region=[0, 10, 0, 10], projection="X10c", frame=True)
fig.text(position="TL", text="position-text:°α")
fig.text(x=1, y=1, text="xytext:°α")
fig.text(x=[5, 5], y=[3, 5], text=["xytext1:°α", "xytext2:°α"])
fig.text(x=[5, 5], y=[3, 5], text=["xytext1:αζΔ❡", "xytext2:∑π∇✉"])
return fig

0 comments on commit adf6eda

Please sign in to comment.