My goal is to create a line graph showcasing: 1. Each line is one different person 2. The line plots the person's ranking over time
Since I'm trying to display ranks (eg. A person is ranked 2nd on the first month, but moves down to 4th the next month, and so on...), I would prefer the point of #1 on the Y axis to be at the top rather than at the bottom. Is that possible?
I've already created the line graph of everyone and their ranks along each timeframe, I just need a way to flip the scale of the Y axis. Thank You for your help!