일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 차트
- License
- query
- high level client
- Test
- sort
- API
- springboot
- Mac
- docker
- Python
- TensorFlow
- analyzer test
- matplotlib
- flask
- aggregation
- Elasticsearch
- aggs
- 900gle
- zip 파일 암호화
- ELASTIC
- 파이썬
- Java
- Kafka
- plugin
- MySQL
- token filter test
- zip 암호화
- license delete
- licence delete curl
Archives
- Today
- Total
목록표 (1)
개발잡부
[matplotlib] 선그래프 응용
선으로 된것들 총집합 관련글 15번 까지 반영 https://wikidocs.net/92094 15. Matplotlib 수평선/수직선 표시하기 ![](https://wikidocs.net/images/page/92094/set_lines_00.png) 그래프의 특정 위치에 수직선/수평선을 표시하기 위해서 ** ... wikidocs.net 코드 1 import matplotlib.pyplot as plt import numpy as np x = np.arange(0, 4, 0.5) plt.plot(x, x + 1, 'bo' ,label='x1') plt.plot(x, x**2 - 4, 'g--', label='x2') plt.plot(x, -2*x + 3, 'r:', label='x3') plt.xla..
Python/matplotlib
2021. 12. 30. 15:42