We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8562bd7 commit d2e4a60Copy full SHA for d2e4a60
tests/proc/fitter_function_utils.py
@@ -1,7 +1,7 @@
1
import numpy as np
2
from scipy.spatial import ConvexHull
3
from scipy.special import erf
4
-
+import matplotlib.pyplot as plt
5
6
def gaussian_2d(axes_dims, amp, x0, y0, sigma_x, sigma_y, offset):
7
"""
0 commit comments