The following program contains data showing the mean temperature in degrees Celsius for DUBLIN AIRPORT over the last 4 years for each month. Plot this data, as shown in the line plot given. Make sure you use all the correct labels and colour the lines as shown in the image.
In the following program there are 2 numpy arrays containing data for the UK and Ireland. The first array contains life expectancy data while the second array contains GDP figures. Modify the code so that it is graphed as shown in the sample out. Ensure that the labels, line colours, grids, major and minor ticks are identical to the sample output.
Sample Input & Formatted output
In the following program there are there is a dataset to be read in and then visualised. Follow each of the steps outlines in the program to process the data so that it appears similar to the sample output provided. Pay attention to the labels, colors and style used.