그래프 예시
https://matplotlib.org/stable/gallery/index
색상
https://matplotlib.org/stable/gallery/color/named_colors.html
컬러맵colormap
*cmap이라는 매개변수를 사용
https://matplotlib.org/stable/tutorials/colors/colormaps.html
marker
https://matplotlib.org/stable/api/markers_api.html
선linestyle
https://matplotlib.org/stable/gallery/lines_bars_and_markers/linestyles.html
plt.style.use('fivethirtyeight') 처럼 사용하면 됨
Style 모음1(2랑 종류는 같음)
https://matplotlib.org/stable/gallery/style_sheets/style_sheets_reference.html
Style 모음2
https://tonysyu.github.io/raw_content/matplotlib-style-gallery/gallery.html
'파이썬 > 사이트추천' 카테고리의 다른 글
데이터시각화 예시 모음집(matplotlib, seaborn) (0) | 2022.07.20 |
---|---|
df.plot 매개변수 정리사이트 (0) | 2022.07.17 |
유튜브 나도코딩 : 수준급 무료강의 (0) | 2022.07.06 |
Seaborn 공식사이트 (0) | 2022.07.02 |
seaborn palette, matplotlib heatmap 색 (0) | 2022.06.14 |