We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f2ca5 commit 59e56cbCopy full SHA for 59e56cb
1 file changed
pygmt/src/pygmtlogo.py
@@ -300,17 +300,12 @@ def pygmtlogo( # noqa: PLR0913
300
... )
301
>>> fig.show()
302
"""
303
-
304
- # -----------------------------------------------------------------------------
305
# Create logo file
306
307
fig_name_logo = _create_logo(
308
color=color, theme=theme, shape=shape, wordmark=wordmark
309
)
310
311
312
# Add to existing Figure instance
313
314
self.image(
315
imagefile=f"{fig_name_logo}.eps",
316
position=position,
0 commit comments