Thanks to visit codestin.com Credit goes to github.com
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 f1450f3 commit 2f1fda6Copy full SHA for 2f1fda6
2 files changed
lib/matplotlib/tests/baseline_images/test_axes/hexbin_log.png
-2.09 KB
lib/matplotlib/tests/test_axes.py
@@ -426,6 +426,7 @@ def test_hexbin_log():
426
# Issue #1636
427
fig = plt.figure()
428
429
+ np.random.seed(0)
430
n = 100000
431
x = np.random.standard_normal(n)
432
y = 2.0 + 3.0 * x + 4.0 * np.random.standard_normal(n)
0 commit comments