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.
In L5 we had an example of a horizontal bar plot, try to rec…
Questions
In L5 we hаd аn exаmple оf a hоrizоntal 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 = [["TIDAL", 1], ["Google Play Music", 2], ["Pandora", 3], ["MelON", 4], ["Deezer", 5], ["QQ Music",10], ["Amazon", 15], ["Apple Music", 30], ["Spotify*", 70]] df = pd.DataFrame(data, columns = ['App', 'Count']) You will be graded on: [4 pts] 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!! [2 pts] Having similar bar color, background color, and grid lines [3 pts] Having x-axis on top with the same tick values/labels showing: 0, 20, 40, 60, 80; having x ticks hidden; [2 pts] Having the same title and subtitle at similar positions [1 pts] Having similar font (size, style and etc) for all texts showing [Extra credit: 1 pts] Having y labels (the streaming apps) left-aligned and positioned as showing For all parts, partial credits will be considered.
In L5 we hаd аn exаmple оf a hоrizоntal 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 = [["TIDAL", 1], ["Google Play Music", 2], ["Pandora", 3], ["MelON", 4], ["Deezer", 5], ["QQ Music",10], ["Amazon", 15], ["Apple Music", 30], ["Spotify*", 70]] df = pd.DataFrame(data, columns = ['App', 'Count']) You will be graded on: [4 pts] 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!! [2 pts] Having similar bar color, background color, and grid lines [3 pts] Having x-axis on top with the same tick values/labels showing: 0, 20, 40, 60, 80; having x ticks hidden; [2 pts] Having the same title and subtitle at similar positions [1 pts] Having similar font (size, style and etc) for all texts showing [Extra credit: 1 pts] Having y labels (the streaming apps) left-aligned and positioned as showing For all parts, partial credits will be considered.