1. 학습
  2. /
  3. 강의
  4. /
  5. Intermediate Data Visualization with Seaborn

Connected

연습 문제

Customizing heatmaps

Seaborn supports several types of additional customizations to improve the output of a heatmap. For this exercise, we will continue to use the Daily Show data that is stored in the df variable but we will customize the output.

지침

100 XP
  • Create a crosstab table of Group and YEAR
  • Create a heatmap of the data using the BuGn palette
  • Disable the cbar and increase the linewidth to 0.3