Plotting
Fortran has no intrinsic way to do plotting. There are many packages listed on this page of the official website, but I don’t like them. Although I write these Notes, I am not a “Fortran party member”. In my opinion, we don’t need to reinvent a wheel written by Fortran, and we can just use packages written by other programming languages. I wrote a simple module for plotting by using Matplotlib.