可以用颜色填充行之间:
http://matplotlib.sourceforge.net/examples/pylab_examples/fill_between_demo.html
也可以为线使用连续色图:
http://matplotlib.sourceforge.net/examples/pylab_examples/multicolored_line.html
是否可以(并且相当容易)在两条线之间使用连续色图来填充彩色填充?例如,颜色填充可以基于x处的两条线之间的差异(或基于另一组数据)沿x改变.