Skip to content

Commit 5ecaaa8

Browse files
authored
Merge pull request #233 from fAndreuzzi/patch-1
Add missing import statement
2 parents 48c2bdb + d7f86fb commit 5ecaaa8

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)