소개글이 비어있어요
게시글
- 질문&답변 - 안녕하세요. Lecture.1-04-02 Tick Labels and Practices(ax set xticklabels) 강의 마지막 5. Ticks and Ticklabels(practice 3) 결과가 다르게 나와서 질문드립니다. - 앗! 질문 해결 되었습니다. 다음 강의 보다가 참고할게 있었네요! ax.set_xscale('log') ax.set_yscale('log') 스케일 변경후에 xlim, ylim 설정을 해두었더니 되었습니다! ㅎㅎ ax.set_xlim([1, 1E4]) ax.set_ylim([1E-10, 1E0]) - 0
- 4
- 315
 
- 질문&답변 - 안녕하세요. Lecture.1-04-02 Tick Labels and Practices(ax set xticklabels) 강의 마지막 5. Ticks and Ticklabels(practice 3) 결과가 다르게 나와서 질문드립니다. - 예! 천천히 확인하시고 답변해주셔요! - 0
- 4
- 315
 
- 질문&답변 - AttributeError : ‘AxesSubplot’ object has no property ‘figsize’ - fig, barChart = plt.subplot(figsize=(20,10))에서 subplot에 s가 빠졌네요.. fig, barChart = plt.subplots(figsize=(20,10)) 이라고 하시면 될 겁니다.. 저도 그랬었어요 ㅠㅠ ㅎㅎ - 0
- 4
- 4.1K
 




