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
- MS-SQL
- Linux
- PyQt
- IOS
- mssql
- port
- 함수
- Unity
- 다이어트
- urllib
- 리눅스
- PyQt5
- python
- pandas
- 날짜
- 유니티
- tensorflow
- sqlite
- node.js
- flutter
- 맛집
- GIT
- PER
- ASP
- MySQL
- ubuntu
- javascript
- swift
- 라즈베리파이
- Excel
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