File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111import numpy as np
1212from pygmt ._typing import AnchorCode , PathLike
13- from pygmt .helpers import GMTTempFile
13+ from pygmt .helpers import (
14+ GMTTempFile ,
15+ fmt_docstring ,
16+ )
1417from pygmt .params import Box , Position
1518
1619__doctest_skip__ = ["pygmtlogo" ]
@@ -249,6 +252,7 @@ def _vline_coords():
249252 fig .savefig (fname = figname )
250253
251254
255+ @fmt_docstring
252256def pygmtlogo ( # noqa: PLR0913
253257 self ,
254258 shape : Literal ["circle" , "hexagon" ] = "circle" ,
@@ -265,7 +269,7 @@ def pygmtlogo( # noqa: PLR0913
265269 perspective : float | Sequence [float ] | str | bool = False ,
266270 transparency : float | None = None ,
267271):
268- """
272+ r """
269273 Plot the PyGMT logo.
270274 The design of the logo is kindly provided by `@sfrooti <https://github.com/sfrooti>`_
271275 and consists of a visual and the wordmark "PyGMT".
You can’t perform that action at this time.
0 commit comments