13.1 Introduction to Plotting in Julia
Plotting is an essential part of science and engineering studies. Visualization of an engineering concept leads to better understanding of the phenomenon. Also, in today’s world, publications are becoming benchmarks of academic success, and good publications require attractive graphs and animations for showcasing results. For these reasons, plotting 2D and 3D graphs as well as making animations for a given process/equation is an essential part of computational processing and post-processing investigation.
The basic Julia package does not include any functions ...