So I've been trying with histogram as I had/have the same hunch as Chalfie.
I can split the bins into different widths with breaks, and using a script which takes the width from the dataframe (loop to create a list of entries that look like: 0, var[i-1] + var[i], etc.).
But I can't tell a) if this is actually the correct data (using fill to choose certain "bars" doesn't seem to be working/selecting the correct bars).
So I've been trying with histogram as I had/have the same hunch as Chalfie.
I can split the bins into different widths with breaks, and using a script which takes the width from the dataframe (loop to create a list of entries that look like: 0, var[i-1] + var[i], etc.).
But I can't tell a) if this is actually the correct data (using fill to choose certain "bars" doesn't seem to be working/selecting the correct bars).
My mind is mush.