Mass fraction plot in bars

Hello everyone,

I have a dataset of five concentrations of different chemical species over time series and would like to plot them as a fraction in bars (so the stacked plot of the species will result in a total of 1 or 100% on the graph). This works easily with 2D pie chart because it automatically calculates for you the fraction/percentage of each species' concentration.

What I did: I converted the mass of each concentration into a fraction. I tried to use the "stick to next" mode and "stack on next" grouping since I think it's the closest that resembles what I want, but it doesn't create the plot I wanted. I want something to look like the picture but contain more points on the x-axis.

If you have any ideas or experiences I would really appreciate it!

Thank you very much.

 

 

Picture was taken from https://www.aerodyne.com/wp-content/uploads/2021/11/TOF_ACSM_2022.pdf

make a category plot with mode = bars to next and grouping = add to next

 

make foo = {0.25, 0.50, 0.75}, bar = {0.75, 0.50, 0.25}
Display foo,bar vs '_labels_'
ModifyGraph toMode=2
ModifyGraph rgb(bar)=(0,65535,0)
SetAxis/A/E=1 left