본문 바로가기

Basin of Attraction

검색하기
Basin of Attraction
프로필사진 박정현PRO

  • 분류 전체보기 (56)
    • 글쓰기-리뷰 (5)
    • 끄적끄적 (12)
    • 옵션 트레이딩 (17)
    • Library (7)
    • 과학기사(비공개) (0)
    • 계량분석(비공개) (0)
    • working papers (0)
    • fileupload (0)
    • 아이디어 (4)
    • papers (0)
    • 코딩 (8)
    • Doeon'story (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/11   »
일 월 화 수 목 금 토
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
Tags
  • iris데이터
  • GMM
  • Data Visualization
  • 군집분석
  • scatter()
  • 과학서적
  • scikit-learn
  • 김범준교수
  • Train-Test Split
  • logistic regression
  • Python
  • confusion matrix
  • 통계물리학
  • pyplot
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Python (1)

Basin of Attraction

python에서 pyplot.scatter()에서 마커 설정

marker 매개변수를 사용하여 동그라미(o), 사각형(s), 세모(^)를 지정할 수 있습니다. import matplotlib.pyplot as plt import numpy as np # 데이터 생성 x = np.random.randn(100) y = np.random.randn(100) # 산점도 그리기 plt.scatter(x, y, marker='o') # 동그라미 plt.scatter(x, y+1, marker='s') # 사각형 plt.scatter(x, y+2, marker='^') # 세모 # 그래프 보여주기 plt.show()

코딩 2023. 3. 2. 14:56
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바