how to sort x axis by another column value
For example, I have 3 column:Name Age Score:Jason 21 98Alice 19 67Dave 36 89John 28 70I would like to plot x: Name and Y: Score, but I also want to sort X axis (names) by their Age. Thanks so much for the help!