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 c2580a5 commit f0e98faCopy full SHA for f0e98fa
1 file changed
examples/api/power_norm_demo.py
@@ -23,5 +23,6 @@
23
plt.hist2d(data[:, 0], data[:, 1],
24
bins=100, norm=mcolors.PowerNorm(gamma))
25
26
-plt.subplots_adjust(hspace=0.8)
+plt.tight_layout()
27
+
28
plt.show()
0 commit comments