나는이 오류 메시지가 를 얻을 여기문제 : polys3d_demo.py
http://matplotlib.org/examples/mplot3d/polys3d_demo.html
예제 코드를 사용하여 ------------------ -------------------------------------------------- --- ---- AttributeError 역 추적 (가장 최근 통화 마지막 를)() 21 verts.append에서 (목록 (우편 (XS, YS))) ---> (23) 폴리 = PolyCollection (verte, facecolors = [cc ('r'), cc ('g'),
cc('b'),
24 cc('y')])
25 poly.set_alpha(0.7)
<ipython-input-2-f7e7e902fdd7> in cc(arg)
11
12 def cc(arg):
---> 13 return mcolors.to_rgba(arg, alpha=0.6)
14
15 xs = np.arange(0, 10, 0.4)
AttributeError: module 'matplotlib.colors' has no attribute 'to_rgba'