일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- analyzer test
- zip 파일 암호화
- query
- springboot
- docker
- Kafka
- 파이썬
- matplotlib
- Python
- Mac
- licence delete curl
- high level client
- Elasticsearch
- aggregation
- ELASTIC
- sort
- Test
- 차트
- token filter test
- zip 암호화
- license delete
- API
- MySQL
- plugin
- License
- flask
- aggs
- Java
- 900gle
- TensorFlow
Archives
- Today
- Total
목록LineChart (1)
개발잡부
[matplotlib] line chart sample 1
import matplotlib.pyplot as plt from matplotlib.collections import EventCollection import numpy as np plt.rcParams['font.family'] = 'AppleGothic' xdata= range(0, 88) ydata1= [67.89, 15.56, 12.77, 13.39, 15.69, 13.18, 16.3, 13.92, 16.8, 14.18, 15.05, 28.49, 15.1, 14.96, 12.1, 13.23, 16.92, 13.55, 16.1, 14.2, 15.43, 12.78, 15.55, 12.78, 12.35, 15.06, 14.21, 15.68, 12.33, 14.07, 15.72, 17.83, 14.73..
Python/matplotlib
2022. 8. 19. 14:08