-
sns.barplot(x=ign_data['Racing'], y=ign_data.index) # Your code here sns.heatmap(data=ign_data, annot=True)