Skip to content

Commit d2e4a60

Browse files
author
Rama Vasudevan
committed
mpl import
1 parent 8562bd7 commit d2e4a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/proc/fitter_function_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import numpy as np
22
from scipy.spatial import ConvexHull
33
from scipy.special import erf
4-
4+
import matplotlib.pyplot as plt
55

66
def gaussian_2d(axes_dims, amp, x0, y0, sigma_x, sigma_y, offset):
77
"""

0 commit comments

Comments
 (0)