본문 바로가기

develop myself

검색하기
develop myself
프로필사진 insightous

  • 분류 전체보기 (27)
    • DataScience (15)
      • 통계분석 (4)
      • 머신러닝 (0)
      • Python (11)
    • Tips (7)
      • blog (7)
      • Tools (0)
      • git (0)
    • 영어 (4)
    • 자격증_ (0)
    • 문제해결과정_기록용 (1)
Guestbook
Notice
Recent Posts
Recent Comments
Tags
  • jupyter notebook shell commands
  • tistory 목차
  • tistory toc
  • matplotlib 객제 지향 방식
  • TOC
  • fig ax 사용
  • NewYork Times 읽기
  • 티스토리 자동 목차
  • magic command
  • 티스토리 목차
more
07-03 06:18
Archives
관리 메뉴
  • 글쓰기
  • 방명록
  • 관리

목록matplotlib 객제 지향 방식 (1)

develop myself

matplotlib 사용 지침

객체 지향 방식을 사용해야 하는 이유 2022 PyCon 이제현 님 발표: https://youtu.be/ZTRKojTLE8M 사용 예제 fig, axes = plt.subplots(ncols=5, figsize=(8,4)) for i, col in enumerate(['Temperature','Humidity','Light','CO2','HumidityRatio']): sns.boxplot(data=rooms[col],ax = axes[i]) axes[i].set_title(col) fig.tight_layout() fig.subplots_adjust(top=0.8) fig.suptitle("Room Occupancy") fig.set_facecolor("lightgray") plt.show() fig..

DataScience/Python 2023. 1. 27. 14:56
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바