![import matplotlib.pyplot as plt
days \( =[1,2,3,4,5] \)
sleeping \( =[7,8,6,11,7] \)
eating \( =[2,3,4,3,2] \)
working \( =[7](https://media.cheggcdn.com/media/71a/71ac4465-9e1d-489c-a190-1b3c2a30068c/phplMA4DS)
In Python, Complete the code below to create a image which looks exactly the same as the follow
import matplotlib.pyplot as plt days =[1,2,3,4,5] sleeping =[7,8,6,11,7] eating =[2,3,4,3,2] working =[7,8,7,2,2] playing =[8,5,7,8,13] \# YOUR CODE HERE raise Not ImplementedError() plt.show()