For overplotting pyemma.plots.plot_contour() with pyemma.plots.plot_flux() or anything network plotting related, I keep getting unreadable figures due to arrows being hidden behind the contour. That spoils the pyemma_tutorials plots I was making. @cwehmeyer do you think we can fix this? matplotlib.contourf() does not naturally support zorder kwargs, if I'm not mistaken.
For overplotting
pyemma.plots.plot_contour()
withpyemma.plots.plot_flux()
or anything network plotting related, I keep getting unreadable figures due to arrows being hidden behind the contour. That spoils the pyemma_tutorials plots I was making. @cwehmeyer do you think we can fix this?matplotlib.contourf()
does not naturally supportzorder
kwargs, if I'm not mistaken.