We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b62a2 commit 8893877Copy full SHA for 8893877
pygmt/base_plotting.py
@@ -1581,4 +1581,4 @@ def text(
1581
lib.call_module("text", arg_str)
1582
1583
# GMT Supplementary modules
1584
- from pygmt.src.meca import meca # pylint: disable=import-outside-toplevel
+ from pygmt.src import meca # pylint: disable=import-outside-toplevel
pygmt/src/__init__.py
@@ -0,0 +1,4 @@
1
+"""
2
+Source code for PyGMT modules
3
4
+from pygmt.src.meca import meca
0 commit comments