Visualization

Visualization

Visualizing the results is the key process of the atmospheric and oceanic data analysis. Since Python is an open-source programming language, there are more than one options for visualizing the result. Those include PyNGL by NCAR, Visualization Control System by UV-CDAT and Matplotlib. In the class, we will focus on Matplotlib. Matplotlib Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. »