We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e33485 commit d74da28Copy full SHA for d74da28
2 files changed
pygmt/figure.py
@@ -37,7 +37,7 @@
37
from pygmt.src.subplot import set_panel as _set_panel
38
from pygmt.src.subplot import subplot as _subplot
39
from pygmt.src.ternary import ternary as _ternary
40
-from pygmt.src.text import text_ as _text
+from pygmt.src.text import text as _text
41
from pygmt.src.tilemap import tilemap as _tilemap
42
from pygmt.src.timestamp import timestamp as _timestamp
43
from pygmt.src.velo import velo as _velo
pygmt/src/text.py
@@ -33,7 +33,7 @@
33
it="use_word",
34
w="wrap",
35
)
36
-def text_( # noqa: PLR0912, PLR0913, PLR0915
+def text( # noqa: PLR0912, PLR0913, PLR0915
self,
textfiles: PathLike | TableLike | None = None,
x=None,
0 commit comments