Replace depreciated iterable with np.iterable
Created by: marcusfuchs
Your ModelicaRes fork is no longer working with the newest version of matplotlib 3.3.0. I think this is because ModelicaRes was using matplotlib.cbook.iterable
to determine if an object was iterable. The recommended replacement for this is np.iterable
. This should make the code work with matplotlib >= 3.3.0