Session Ready
Exercise

Reordering graphs

The graph you built in the last exercise was readable, but it would be easier to understand it at a glance if it was ordered. Let's use some forcats functions to change the graph so it's ordered in descending order of average usefulness from left to right.

The dataset usefulness_by_platform has been loaded for you.

Instructions
100 XP
  • Order learning_platform in the graph by avg_usefulness so that, from left to right, it goes from highest usefulness to lowest.