robintw / Py6S

A Python interface to the 6S Radiative Transfer Model
GNU Lesser General Public License v3.0
186 stars 105 forks source link

Add a 'import matplotlib' in 'all_angles.py' #104

Open Flemyng1999 opened 1 year ago

Flemyng1999 commented 1 year ago

In all_angles.py>class Angles >plot_polar_contour, there is no matplotlab module, but the subplots function has been used directly.