Skip to content

change imshow plot to lineplot

Sander Rijn requested to merge imshow-to-lineplot into elastic-demand

Instead of a heatmap using imshow, this implementation simply plots new lines for each iteration, with older iterations becoming decreasingly visible (i.e., lower alpha values)

Old:

demand_convergence

New:

demand_convergence

Merge request reports