Newbie here and I am having the darnest time in ggplot ordering my Y axis from least to greatest in a bar graph.
done some poking around and it seems to be a dataFrame issue from my CSV import but I am stumped on a solution
the bar graph is ordering the X axis of person's name alphabetically, which is fine but the Y axis is not in order. how do you order the Y axis descending or create a custom way?
I've tried removing dollar signs, used commas for the dollar figures and even tried decimals to denote the millions and billions but it never orders in numerically.
this is my Y axis