Skip to content

Replace depreciated iterable with np.iterable

Marco Braun requested to merge github/fork/marcusfuchs/mplfix into master

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

Merge request reports

Loading