iamsaswata / imdlib

Download and process binary IMD meteorological data in Python
https://imdlib.readthedocs.io
MIT License
30 stars 16 forks source link

for plotting in xarray need to have matplotlib as a requirement #2

Closed pratiman-91 closed 4 years ago

pratiman-91 commented 4 years ago

Need to add matplotlib as a requirement

iamsaswata commented 4 years ago

Thanks for highlighting. I was able to recreate this error: ImportError: matplotlib is required for plotting when the default backend matplotlib is selected.

Now matplotlib is added in the requirements with 7ec7f071a607fe96e4ce69b6e27dc7c2572e50bb.

pratiman-91 commented 4 years ago

Thanks