Your mission is to write a web log analzyer. It should read a log file in combined logfile format (example in this directory) and produce three bar charts 1) A bar chart of the top 6 hosts that have accessed Euclid, sized by the number of times they have accessed Euclid. 2) A chart of the 24-hour hit count. In other words, how many requests did the server between 0Am and 1AM, how many between 1AM and 2AM, for each of the 24 hour periods. How to make a bar chart https://datatofish.com/bar-chart-python-matplotlib/ Note: To make the hostnames in super small font I did this. plt.rc('xtick', labelsize=4) # fontsize of the tick labels