I need to use a column chart with dual axes and on the bottom axis I need to show the channel number and on the top I need to show the energy associated with that channel.
As an example my data being plotted could be
1| 0.5| 1
2| 1.5| 2
3| 2.5| 3
4| 3.5| 4
5| 4.5| 5
Where the right column would be what’s plotted and I need the left column to be on the bottom axis and the middle column to be on the top axis. I know this is possible to do in Microsoft Excel but I’d rather not switch to Windows. Any help would be greatly appreciated!