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 4734cda commit a28f2a4Copy full SHA for a28f2a4
test/test_contourf.py
@@ -20,7 +20,7 @@ def plot():
20
y_max = 2
21
y_min = 0
22
23
- xi, yi = np.mgrid[x_min:x_max:nbins * 1j, y_min:y_max:nbins * 1j]
+ xi, yi = np.mgrid[x_min : x_max : nbins * 1j, y_min : y_max : nbins * 1j]
24
pos = np.empty(xi.shape + (2,))
25
pos[:, :, 0] = xi
26
pos[:, :, 1] = yi
0 commit comments