Match functions to arguments

Report a typo

This plot displays the classic iris dataset from the Vega datasets. It illustrates the correlation between sepal length, sepal width, petal length, and petal width.

Arrange the code to give the heatmap of correlation between features of the irises dataset

Your friend has asked you to send the code, but the functions and arguments have gotten mixed up. Help arrange them in the correct order (the dataset name is iris).

Match the items from left and right columns
plt.imshow()
plt.colorbar()
plt.xticks()
plt.yticks()
plt.title()
iris, cmap='jet'
No arguments
'Iris \n'
range(len(iris)), iris.columns, rotation=90
range(len(iris)), iris.columns
___

Create a free account to access the full topic