본문 바로가기
프로그래밍

mathplotlib, reference(colors, markers,,,)

by 청청개구리 2022. 10. 1.
728x90

꽤나 사용하게 되는 mathplotlib

레퍼런스 알아본다.

 

먼저 기준사이트 아래 참고,

https://matplotlib.org/stable/index.html

 

Matplotlib documentation — Matplotlib 3.6.0 documentation

Matplotlib 3.6.0 documentation Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. Installation Install using pip: Install using conda: Further details are available in the Installation Guide. Lear

matplotlib.org

vim 처럼 요약 시트도 있다. 친절하네 ㅎㅎ

■ 그래프의 컬러와 마커 (각 링크로 들어가면 더 자세한 정보나오니 참고)

https://matplotlib.org/stable/gallery/lines_bars_and_markers/index.html

하나하나 정확히 사용하고 싶다면 꽤 찾는 수고가 들어야 할 만큼 꽤나 많은 정보들이 있으니,

너무 욕심내지는 않는 것으로... ㅎㅎ

 

 

 

원래 이걸 들여다 보게 된건 그래프색깔 다양하게 쓰고 싶은데, 이름 어떻게 지정해야 하나?

로 시작되었다. 혹시 이런 경우 라면 아래 링크 참고.

https://matplotlib.org/stable/gallery/color/named_colors.html

마커는 아래.

https://matplotlib.org/stable/gallery/lines_bars_and_markers/marker_reference.html

 

 

728x90