matplotlib warning in plot_heat_cool
When using plot_heat_cool with some newer matplotlib > 3.4 I guess one gets this warning if using plot_heat_cool
prodimopy/plot.py:2547: UserWarning: The input coordinates to pcolormesh are interpreted as cell centers, but are not monotonically increasing or decreasing. This may lead to incorrectly calculated cell edges, in which case, please supply explicit cell edges to pcolormesh.
axh.pcolormesh(model.x,z,max_idx,linewidth=0,cmap=cMap,rasterized=True)
The plot looks still okay, but it needs to be checked how to do this correctly.