bar charts

Hello,

I have an issue with the category plot as my waves are of numerical type, it doesn't let me plot.
Do you have any idea how to do it?

enclosed .pxp file

 

test.pxp

Hi, you need a textwave to plot against. So if you do:

Make/O/N=(5)/T textWave0
Display :'C1s(furfural)':wave13,:'C1s(furfural)':wave14,:'C1s(furfural)':wave15,:'C1s(furfural)':wave16,:'C1s(furfural)':wave17 vs textWave0

You can display all waves plotted against textWave0. You can do `edit textWave0` to manually edit the row values and see the effect on the category plot.