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 |
Tags
- 파이썬
- 자료구조
- queue
- NumPy
- Join
- 알고리즘
- 백준
- 데이터시각화
- Matplotlib
- javascript
- 가상환경
- aws jupyter notebook
- MySQL
- Algorithm
- Selenium
- dataframe
- 선그래프
- String Method
- python
- programmers
- pandas
- 프로그래머스
- Stack
- 노마드코딩
- openCV
- 코딩테스트
- 알고리즘 스터디
- type hint
- 정보처리기사 c언어
- 알고리즘스터디
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