We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fc158 commit ed7ef88Copy full SHA for ed7ef88
pygmt/src/__init__.py
@@ -23,5 +23,5 @@
23
from pygmt.src.plot import plot
24
from pygmt.src.plot3d import plot3d
25
from pygmt.src.surface import surface
26
-from pygmt.src.text import text
+from pygmt.src.text import text_ as text
27
from pygmt.src.which import which
pygmt/src/text.py
@@ -39,7 +39,7 @@
39
justify="sequence_comma",
40
p="sequence",
41
)
42
-def text(
+def text_(
43
self,
44
textfiles=None,
45
x=None,
0 commit comments