fblog

    matplotlib 1

    matplotlib 꺾은선그래프 예시 소스 코드

    import matplotlib.pyplot as pltX=(1,2,4,8)Y=([1, 0.222, 0.011,0.014],[1, 0.230, 0.044, 0.230],[1, 0.535, 0.638, 0.280],[1, 1.215, 0.672, 0.562])fig,ax=plt.subplots()ax:plt.Axesax.set_xlabel("Processes")ax.set_ylabel("Speedup")for y in Y: ax.plot(X,y,"-o")ax.legend(("n=256","n=1024","n=4096","n=16384"))plt.show()import numpy as npimport matplotlib.pyplot as pltaccuracies=np.random.rand(40)fig,..

    matplotlib 2024.10.12
    이전
    1
    다음
    더보기
    • Falto Category (167)
      • ubuntu (1)
      • MVVM (0)
      • matplotlib (1)
      • numpy (2)
      • 잡담, 뻘글 (8)
      • C# (6)
      • Deep Learning (1)
      • Kiwoom Open API+ (6)
      • pyautogui (2)
      • pickle (1)
      • pandas (1)
      • Python (7)
      • 암호학 (1)
      • SQLite (2)
      • Windows (2)
      • 웃기는 사진들 (5)
      • 주식으로 10억 벌기 (113)
        • 기본 지식 (20)
        • 투자 방법 연구 (37)
        • 배당주 (51)
        • 주식자동매매 (4)

    Archives

    Calendar

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

    공지사항

    프로필사진

    fblog

    방문자수Total

    • Today :
    • Yesterday :
    06-16 18:23

    티스토리툴바