AI현지님의 블로그

  • 홈
  • 태그
  • 방명록

matplotlib 1

data_matplot

# 데이터 시각화# 1. matplotlib# 2. pandas# 3. seaborn# 필요한 라이브러리 설치!pip install matplotlib pandas seanborn# python plt.ploy(x,y)# matplotlib 과 numpy 라이브러리 임포트import matplotlib.pyplot as pltimport numpy as np# x축 데이터 생성( 0부터 10까지 100개의 균등한 간격의 점 생성)x = np.linspace(0,10,100)# y축 데이터 생성(sin함수 적용)y=np.sin(x)# 그래프 그리기plt.plot(x,y)# 그래프 상단에 타이틀 정보 입력plt.title("Title")# 그래프 출력plt.show()# 막대 그래프# 데이터 프레임을 생성하..

R분석 2025.02.23
이전
1
다음
더보기
프로필사진

AI현지님의 블로그

AI 개발자가 되기 위한 배움과정을 적은 블로그입니다.

  • 분류 전체보기 (61) N
    • R분석 (8)
    • Python (3)
    • MIT 18.06 Linear Algebra (8)
    • Frontend (22)
      • JS (7)
    • Backend (17) N
      • Java (5) N
      • X.com (4)
      • Node.js (7)

Tag

그래프 예제, reshape2, Reshape, R분석, histogram, 딥러닝에서 삼각행렬(triangular matrix)의 활용, node.js, elimination with matrices, seaborn, chapter 1, ggplot, 삼각행렬 (triangular matrix) 계산, 파이썬 구구단, 딥러닝에서의 행(row) 기반 연산 및 열(column) 기반 연산 차이점 및 중요성, lecture 1. the geometry of linear equations, matplotlib, Python, mit linear algebra, 파이썬 리스트 예제, pandas,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/05   »
일 월 화 수 목 금 토
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

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바