Skip to content

Commit 12be397

Browse files
Remove tab by white spaces
1 parent 3e8ae21 commit 12be397

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
@@ -232,7 +232,7 @@ def create_logo(color=True, theme="light", shape="circle", wordmark=True): # no
232232
# Helpful for implementing the logo; not included in the logo
233233
# Circles for the different radii
234234
# for r in [r0, r1, r2, r3, r4, r5]:
235-
# fig.plot(x=0, y=0, style=f"c{2 * r}c", pen="0.8p,black,dashed")
235+
# fig.plot(x=0, y=0, style=f"c{2 * r}c", pen="0.8p,black,dashed")
236236
# Map frame with annotations, tick marks, and gridlines
237237
# fig.basemap(frame="a1fg1", perspective=True)
238238

0 commit comments

Comments
 (0)