Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- javascript
- openCV
- type hint
- MySQL
- programmers
- String Method
- 선그래프
- 알고리즘 스터디
- 백준
- 알고리즘
- python
- Algorithm
- 가상환경
- 데이터시각화
- Selenium
- 프로그래머스
- 자료구조
- 파이썬
- 정보처리기사 c언어
- 알고리즘스터디
- dataframe
- 노마드코딩
- Join
- queue
- 코딩테스트
- aws jupyter notebook
- pandas
- Stack
- Matplotlib
- NumPy
Archives
- Today
- Total
목록그래프 색 (1)
조금씩 꾸준히 완성을 향해
[Matplotlib] 그래프에 사용가능한 색 이름 모음 (List of named colors)
이름이 지정된 색깔 목록 (List of named colors) 색 관련한 더 많은 정보는 아래를 참조 the Specifying colors tutorial; the matplotlib.colors API; the Color Demo. ▶ Base colors plot_colortable(mcolors.BASE_COLORS, ncols=3, sort_colors=False) ▶ Tableau Palette plot_colortable(mcolors.TABLEAU_COLORS, ncols=2, sort_colors=False) ▶ CSS Colors plot_colortable(mcolors.CSS4_COLORS) plt.show() ▶ XKCD Colors XKCD 색이 사용가능하지만, 그래프를 크게..
Python/데이터 시각화
2023. 2. 12. 01:22