본문 바로가기

개발공부

검색하기
개발공부
프로필사진 mscha

  • - (236)
    • Python (143)
      • Basic (37)
      • Numpy (10)
      • Matplotlib (4)
      • Pandas (14)
      • Machine Learning (20)
      • Deep Learning (22)
      • Streamlit (19)
      • Flask (17)
    • Java (14)
      • Basic (13)
    • Android (35)
    • Database (23)
      • MySQL (23)
    • AWS (18)
      • RDS (3)
      • EC2 (10)
      • S3 (1)
      • IAM (1)
      • Lambda (3)
    • Github (1)
    • Visual Studio Code (1)
    • Colab (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/12   »
일 월 화 수 목 금 토
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
Tags
  • Machine Learning
  • pandas
  • wcss
  • append()
  • dendrogram
  • DataFrame
  • del
  • analizer
  • elbow method
  • 반복문
  • Python
  • matplotlib
  • nan
  • count()
  • data
  • DataAccess
  • string
  • len()
  • IN
  • 최댓값
  • function
  • list
  • insert()
  • sklearn
  • 분류 결과표
  • 덴드로그램
  • numpy
  • hierarchical_clustering
  • 최솟값
  • Dictionary
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Bar (1)

개발공부

[Python] Matplotlib Plot(플롯), Bar(바), Pie(파이) Chart

import matplotlib.pyplot as plt 가장 기본적인 Plot x 좌표의 데이터와, y좌표의 데이터를 가지고 만들수 있는 선형 그래프다. >>> x = np.arange(0, 9+1) >>> x array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9]) >>> y = np.arange(0, 9+1) >>> y array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9]) plt.plot(x, y) plt.savefig('test1.jpg') plt.show() Bar Chart (ceaborn) import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sb 아래는 포켓몬 ..

Python/Matplotlib 2022. 5. 3. 17:53
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바