Origin Ver. and Service Release (Select Help-->About Origin): OriginPro 2023 (64-bit) Beta7 Operating System: Windows 11
I am trying to use Python to generate a stacked column (aka stacked bar) graph, using a template I have made. However, I am having trouble working out the correct way to import the data to accomplish this.
If I use Code Sample 1 (shown below), the two columns are plotted superimposed on each other (rather than stacked). If I use Code Sample 2 (shown below) the two columns are plotted side-by-side rather than stacked.
If anyone knows how to do this such that the columns appear stacked, please would you advise me?