How do I declare x axis in my plot so I show these top 10 values I get after sort_values? Thank you!
best_performing_brands = data.groupby(\'brand\')[\'price\'].sum()