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