You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I was wondering if there was a way to do it so I do not need to log transform the variable myself. Something that looked like this (notice the bin labels):
Interestingly the plot was created as if the yscale argument was not set, which to me was misleading. I think this should either throw an error or the behaviour should be to create logarithmic bins?
This should also probably throw an error:
histogram(a, yscale=:hello)
The text was updated successfully, but these errors were encountered:
I want to create an histogram for a vector like this:
Since the variable is exponential, log transforming it would be more appropriate:
But I was wondering if there was a way to do it so I do not need to log transform the variable myself. Something that looked like this (notice the bin labels):
I tried it with
Interestingly the plot was created as if the yscale argument was not set, which to me was misleading. I think this should either throw an error or the behaviour should be to create logarithmic bins?
This should also probably throw an error:
The text was updated successfully, but these errors were encountered: