Lecture 5

- 5.1 Read and plot images of different graphic format and save it in another format -> Folder 2Dimages, script imgplot.py
      Play with different image-files in lines 14...18 by commenting on/off (#)
      Play with x- and y-labels, save result as jpg
      
- 5.2 Plot a bar chart out of a table -> Folder BarChart, script barchart.py
      Play with performance and transparency alfa
      Change color of the bars and increase fontsize of labels
      Add another language to the bar

- 5.3 Plot a pie chart out of a table -> Folder PieChart, script piechart.py
      Play with labels and sizes, figure size, shadow and startangle
      Check parameters of pie using ctrl+i
      Add anther piece of pie with another animal and explode it by 20%

- 5.4 Plot histograms out of self generated random number -> Folder Histogram, script histogram.py
      Play with histogram type, color, transparency (alfa)
      Add a grid to the plot

- 5.5 download event-list from FTP-server at SWPC (NOAA) -> Folder eventlist, script DownloadEventLists.py
      Try to download all files from 2026

- 5.6 Load script /../Lectures/Lecture_5/ReadAndFilterEventLists.py
      Read event-list for 2026 and select type II. 
      Select year and burst type in lines 14 and 15
      After successfully generating list for type II, do the same for type I, III, IV and V
      Check generated lists with your texteditor, e.g. notepad
  