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 | 31 |
Tags
- type hint
- 프로그래머스
- String Method
- 정보처리기사 c언어
- 백준
- Stack
- pandas
- Algorithm
- dataframe
- 파이썬
- javascript
- MySQL
- programmers
- Matplotlib
- aws jupyter notebook
- openCV
- 노마드코딩
- 가상환경
- 데이터시각화
- 자료구조
- 코딩테스트
- python
- 알고리즘 스터디
- queue
- 알고리즘스터디
- NumPy
- 알고리즘
- Selenium
- Join
- 선그래프
Archives
- Today
- Total
목록그래프 color 목록 (1)
조금씩 꾸준히 완성을 향해

이름이 지정된 색깔 목록 (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