We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822c6de commit 3d92d32Copy full SHA for 3d92d32
1 file changed
pygmt/src/pygmtlogo.py
@@ -75,7 +75,7 @@ def _create_logo( # noqa: PLR0915
75
hex_factor = 1.0
76
case "hexagon":
77
symbol = "h"
78
- size_shape = (r0 + 0.34) * 2
+ size_shape = (r0 + r1) / np.cos(np.deg2rad(30))
79
hex_factor = 1.1
80
81
# Define wordmark
0 commit comments