python - Matplotlib hexbin log scale colorbar tick labels as exponents -


when creating 2-d histogram matplotlibs hexbin log scale colours (bins="log"), colorbar shows exponents instead of values:

hexbin plot log scale colours

how can make show values , exponent tick marks in x , y axes in plot above?

a partial answer use norm=matplotlib.colors.lognorm() instead of bins='log'. doesn't show lesser tick marks though

enter image description here


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -