CDF, matplotlib - not enough colors for plot, python

后端 未结 3 1108
半阙折子戏
半阙折子戏 2021-01-23 21:11

Here is needed to plot CDF for 8 different functions in one plot. The problem that it gives just 7 different colors and the 8 one gives just first blue color again. How to make

3条回答
  •  一生所求
    2021-01-23 22:05

    ok. I got it. In the end of plot I just need to show the color.

    ffffd_hist_cent, = plt.plot(h_cent1[1:], hy_cent,label="Scan_Around", c='yellow') 
    

提交回复
热议问题