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
													
											
												
												- node.js
- mssql
- swift
- MySQL
- PyQt
- 날짜
- 리눅스
- ubuntu
- 유니티
- pandas
- tensorflow
- javascript
- Excel
- IOS
- 라즈베리파이
- 맛집
- 함수
- flutter
- ASP
- urllib
- python
- MS-SQL
- 다이어트
- Unity
- GIT
- PyQt5
- PER
- Linux
- sqlite
- port
													Archives
													
											
											
											
											목록Matplotlib (1)
아미(아름다운미소)
matplotlib에 사용할 수있는 이름이 지정된 색상 알아내기matplotlib 설치소스코드) #-*- coding: utf-8 -*- ''' Created on 2018. 10. 3. @author: Lee ''' import matplotlib.pyplot as plt from matplotlib import colors as mcolors colors = dict(mcolors.BASE_COLORS, **mcolors.CSS4_COLORS) # Sort colors by hue, saturation, value and name. by_hsv = sorted((tuple(mcolors.rgb_to_hsv(mcolors.to_rgba(color)[:3])), name) for name, color i..
				랭귀지/python
				
				2018. 10. 3. 15:01