I have some data that is very skewed towards one side. So it ends up grouping nearly everything into a single bin, and then the rest of the data is spread out among the other bins, making it kind of hard to read. Any ideas on how I can incorporate a log scale of the axes while still using binning? When I try the naive way, my dots are large single dots for the large bins, and then they get smaller as the log scale increases. I would like to have more uniform-sized dots but still use the log scale so it all fits on the graph:
I’m also trying to split up that first bin using a log scale so we can see more nuance with the first 500 values, and still compare them to the later bins which have much fewer entries. But when I try using bin with log scales again, it gets messed up: