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 7b8814b commit 14dc7a8Copy full SHA for 14dc7a8
1 file changed
galleries/examples/statistics/hexbin_demo.py
@@ -29,7 +29,7 @@
29
hb = ax1.hexbin(x, y, gridsize=50, bins='log', cmap='inferno')
30
ax1.set(xlim=xlim, ylim=ylim)
31
ax1.set_title("With a log color scale")
32
-cb = fig.colorbar(hb, ax=ax1, label='log10(N)')
+cb = fig.colorbar(hb, ax=ax1, label='counts')
33
34
plt.show()
35
0 commit comments