Skip to content

Commit 59e56cb

Browse files
Adjust formating of comments
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
1 parent 04f2ca5 commit 59e56cb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pygmt/src/pygmtlogo.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -300,17 +300,12 @@ def pygmtlogo( # noqa: PLR0913
300300
... )
301301
>>> fig.show()
302302
"""
303-
304-
# -----------------------------------------------------------------------------
305303
# Create logo file
306-
# -----------------------------------------------------------------------------
307304
fig_name_logo = _create_logo(
308305
color=color, theme=theme, shape=shape, wordmark=wordmark
309306
)
310307

311-
# -----------------------------------------------------------------------------
312308
# Add to existing Figure instance
313-
# -----------------------------------------------------------------------------
314309
self.image(
315310
imagefile=f"{fig_name_logo}.eps",
316311
position=position,

0 commit comments

Comments
 (0)