I am trying to figure out if there is a way to have plotly show a histogram that is normalized in the y axis, (i.e. shows percentage of counts).
Thanks!
I am trying to figure out if there is a way to have plotly show a histogram that is normalized in the y axis, (i.e. shows percentage of counts).
Thanks!
Yes, you can plot such a histogram setting the key histnorm='percent'
.
Thanks! Wasn’t aware of the key stuff