Skip to content

Commit 613ae9b

Browse files
committed
Split meca out from base_plotting.py
1 parent 2819985 commit 613ae9b

File tree

3 files changed

+417
-402
lines changed

3 files changed

+417
-402
lines changed

pygmt/figure/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ def __init__(self):
6767
self._preview_dir = TemporaryDirectory(prefix=self._name + "-preview-")
6868
self._activate_figure()
6969

70+
# GMT Supplementary modules
71+
from .meca import meca
72+
7073
def __del__(self):
7174
# Clean up the temporary directory that stores the previews
7275
if hasattr(self, "_preview_dir"):

0 commit comments

Comments
 (0)