matplotlib.pyplot.fill_between(x, y1, y2=0, where=None, interpolate=False, step=None, hold=None, data=None, **kwargs)
Create a PolyCollection filling the regions between y1 and y2 where where==True
意思就是只有當where部分為真實將y1,y2之間的部分填充上色
在這節(jié)課里就是當c>0.5時,填充c與(np.abs(x)<0.5)之間的部分
Create a PolyCollection filling the regions between y1 and y2 where where==True
意思就是只有當where部分為真實將y1,y2之間的部分填充上色
在這節(jié)課里就是當c>0.5時,填充c與(np.abs(x)<0.5)之間的部分
2017-07-19
Tensorflow、theano官網(wǎng)都明確說明暫不支持python3.6,建議使用Anaconda創(chuàng)建python3.5環(huán)境來測試。
2017-07-19