Skip to content

Commit 2ce4d93

Browse files
committed
Revert "Change size so that the default logo width is 2 cm"
This reverts commit ecb0ba7.
1 parent 042653f commit 2ce4d93

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pygmt/src/pygmtlogo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def _create_logo( # noqa: PLR0915
3030
from pygmt.figure import Figure # noqa: PLC0415
3131

3232
# Helpful definitions
33-
size = 4.1615 # size to make the circular logo 2-cm wide when plotted with 300 dpi.
33+
size = 4
3434
region = [-size, size] * 2
3535
proj = "x1c"
3636
# Rotation around z-axis by 30 degrees counter-clockwise placed in the center.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
outs:
2-
- md5: f51201395f10bc1abce47b44a35b409e
3-
size: 19234
2+
- md5: f71418c9c7566665086b6b250cc564c4
3+
size: 18618
44
hash: md5
55
path: test_pygmtlogo_circle_no_wordmark.png

0 commit comments

Comments
 (0)