Fill between subplots with matplotlib cmap
问题 I have 2 line plots on the same figure, plotted from pandas dataframes. I want to fill between them with a gradient/colour map of sorts. I understand I can do this with a cmap, only it will not work for me (see code below). General example I found are filling between x axis and line, i do not want that and also i am interested in simplest solution possible for this as i am a begginer at this and complicated, though maybe better code will just make it more confusing honestly. Code for which