In L5 we had an example of a horizontal bar plot, try to rec…

In L5 we had an example of a horizontal bar plot, try to recreate it and get as close as you can, you can use class materials, google search and use any libraries that you want. You will upload a pdf file converted/printed from your notebook directly. (For those of you having difficulties converting pdf, please upload your python file.)     You can use the following data frame: data = , , ,             , , ,              , , ] df = pd.DataFrame(data, columns = ) You will be graded on: Having a horizontal bar plot with the correct x values and y values in the same order ( basic horizontal bar plot): at least have this part finished to get the points!! Having similar bar color, background color, and grid lines Having x-axis on top with the same tick values/labels showing: 0, 20, 40, 60, 80; having x ticks hidden;  Having the same title and subtitle at similar positions  Having similar font (size, style and etc) for all texts showing Having y labels (the streaming apps) left-aligned and positioned as showing For all parts, partial credits will be considered.