Bagaimana mengatur urutan boxplot matplotlib

category_order_by_mean_salary = train.groupby('Category')['Salary'].mean().order().keys()
Mysterious Mongoose