Skip to content

Commit d7f86fb

Browse files
authored
add missing import
1 parent 48c2bdb commit d7f86fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pygem/rbf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
from .deformation import Deformation
6969
from .rbf_factory import RBFFactory
7070

71+
import matplotlib.pyplot as plt
72+
7173

7274
class RBF(Deformation):
7375
"""

0 commit comments

Comments
 (0)