Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
ChemistryGuy
Posted - 03/01/2023 : 6:18:41 PM 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?