Sectionย 3. Chapterย 7
single
Challenge: Visualize Motivational Messages
Swipe to show menu
Visualizing motivational message categories helps you understand your team's morale and where to focus your coaching efforts. By seeing the distribution of athletes across categories like "Excellent", "Good", and "Needs Improvement", you gain insights into overall performance and can tailor your motivational strategies accordingly.
Task
Swipe to start coding
Write a function that takes a list of performance categories and plots a bar chart of counts for each category.
- Count the number of occurrences for each unique value in the
categorieslist. - Create a bar chart using
matplotlibwith category names on the x-axis and their counts on the y-axis. - Label the x-axis as "Performance Category" and the y-axis as "Number of Athletes."
- Set the chart title to "Athletes by Performance Category."
- Display the chart.
Solution
Everything was clear?
Thanks for your feedback!
Sectionย 3. Chapterย 7
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat