A bit related to the histogram #32, but that aggregates (bins, essentially) thicknesses... maybe they are the same thing?? Except the per-layer thing isn't a histogram, strictly.
Maybe...
strip.plot() should do what it does now.
strip.histogram() should plot the hist and return the data, like plt.hist() (maybe provide strip.hist() as well.
strip.bar() should plot the bar plot I'm talking about here.
Optionally sorted bar plot of thicknesses, eg
A bit related to the histogram #32, but that aggregates (bins, essentially) thicknesses... maybe they are the same thing?? Except the per-layer thing isn't a histogram, strictly.
Maybe...
strip.plot()
should do what it does now.strip.histogram()
should plot the hist and return the data, likeplt.hist()
(maybe providestrip.hist()
as well.strip.bar()
should plot the bar plot I'm talking about here.