Skip to content

Commit 3597bd5

Browse files
Give radii in a fraction of 128
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
1 parent c614cdb commit 3597bd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygmt/src/pygmtlogo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def _create_logo( # noqa: PLR0915
3737
perspective = "30+w0/0"
3838

3939
# Radii (make sure that r4-r5 == r2-r3)
40-
r0, r1, r2, r3, r4, r5 = size * np.array([256, 224, 150, 122, 106, 78]) / 256
40+
r0, r1, r2, r3, r4, r5 = size * np.array([128, 112, 75, 61, 53, 39]) / 128
4141
# Pen thicknesses
4242
thick_shape = r0 - r1 # for shape
4343
thick_gt = r4 - r5 # for letters G and T

0 commit comments

Comments
 (0)