How to write a script to use a specific row for plot bar chart?
Hi all! I want to plot a bar chart using a specific row in the data table. The format of the table is as following: I am not sure what is the best way to do it.My thought is to select the row, save it to a new data table, transpose the new table and then use the two columns in the new data table to plot the bar. The script for this method is a little bit long so I would like to know whether there ...