320x100
아... 왜그런걸까..
이유라도 알아야 대처를 하지 싶다.
DataFrame의 각 plt에 배정된 title을 변경해주려고 했다.
axes2.set_title('dataset_2')
axes3.set_titie('dataset_3')
axes4.set_title('dataset_4')
이게 작동된 코드고
axes2.set_title('dataset_2')
axes3.set_title('dataset_3')
axes4.set_title('dataset_4')
이게
AttributeError: 'AxesSubplot' object has no attribute 'set_titie'
라는 에러가 뜬 코드다
차이점을 알겠는가? 나는 모르겠다.
메모장에 글씨크기를 최대로 키워서 봐도 모르겠더라 뭐가 다른지;
그냥 다 지우고 새로 썼더니 작동되었음.
이런 현상이 한두번이 아닌데 어떻게 받아들여야할지 잘 모르겠다;
그나마도 내가 완벽하게 에러에 대해 통달하고 있으면 이런 에러마저 대처가 가능할텐데 잘모르고 흠..
300x250
'개발일지 > Pandas' 카테고리의 다른 글
판다스(pandas) TypeError: 'function' object is not subscriptable (0) | 2022.06.16 |
---|---|
판다스(pandas) valueerror: shape of passed values is (4, 1), indices imply (4, 4) (0) | 2022.06.16 |
pandas read_html 기능오류 (ImportError: html5lib not found, please install it) (0) | 2022.06.13 |
pandas matplotlib 그래프 생성 에러 (0) | 2022.06.11 |
Pandas 일부 datetime 작동오류? (0) | 2022.06.10 |