Commit 2c4ce5e
committed
plot_common: use keyword "method" instead of "interpolation"
The `interpolation` keyword has been deprecated since numpy 1.22.0, and
is removed in numpy 2.4:
<https://numpy.org/doc/stable/release/2.4.0-notes.html#removed-interpolation-parameter-from-quantile-and-percentile-functions>.
`method` is its synonymous replacement.1 parent 23f8535 commit 2c4ce5e
1 file changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
214 | 210 | | |
215 | 211 | | |
216 | 212 | | |
| |||
0 commit comments