We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375a0fd commit f1361bbCopy full SHA for f1361bb
spectrometer/spectrum_gradient.py
@@ -74,7 +74,7 @@ def add_spectrum_gradient(ax, x_min, x_max, y_min, y_max):
74
extent=(x_min, x_max, y_min, y_max),
75
origin="lower",
76
aspect="auto",
77
- interpolation="bilinear",
+ regression="bilinear",
78
alpha=0.6,
79
zorder=-1,
80
)
0 commit comments