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
- Spring
- vaadin
- Java
- NPM
- plugin
- Kotlin
- es6
- Python
- JavaScript
- 보조정렬
- Eclipse
- window
- R
- table
- mybatis
- SPC
- MSSQL
- tomcat
- SQL
- SSL
- xPlatform
- mapreduce
- Express
- hadoop
- Sqoop
- Android
- IntelliJ
- react
- GIT
- 공정능력
Archives
- Today
- Total
728x90
목록linechart (1)
DBILITY

R plot을 사용해봤거나 여타 차트를 많이 다룬 경우 이해가 쉽다. 데이터는 Dictionary로 plotting 할 데이터를 선언하고, dataframe으로 변환(생성)해서 사용한다. 공식 사이트 매뉴얼을 참고해서 테스트해보면 된다. matplot color code 참고 ( https://matplotlib.org/stable/gallery/color/named_colors.html ) 다른 차트들은 공식 사이트 Examples를 참고 https://matplotlib.org/stable/gallery/index.html import matplotlib.pyplot as plt from pandas import DataFrame # data dictionary raw_data = { 'observa..
python
2021. 8. 25. 10:09
728x90