• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Bar charts

ehume

Golden Member
I would like to present some data in a compound bar chart like this one, where the data need to be seen together, but are not part of a whole. In my case, I'm presenting noise overlaid on temp-over-ambient. I don't want to hand do them because I have a hundred data pairs.

I have Excel 2007, but its compound bar charts assume the parts add up to a whole.

Any ideas?

Thanks
 
GnuPlot? Evidently they call it a "stacked histogram".

showcase_plot.png
 
Sounds interesting. What is a secondary axis?

Ah. Found it. Thank you very much. Just what I needed.

Stacked histogram is like other stacked things: it assumed cumulative data, with contributions. Your immigration example takes apart a sum and breaks it into constituent parts. What I needed was a way to simultaneously show sound pressure level vs temperature over ambient. The secondary axis concept does that.

Thank you both for your assistance.
 
Last edited:
Back
Top