%matplotlib inline
import matplotlib.pylab as plt
plt.rcParams["figure.figsize"] = (14,4)
plt.rcParams['lines.linewidth'] = 2
plt.rcParams['lines.color'] = 'r'
plt.rcParams['axes.grid'] = True
항목설명
"figure.figsize" 그림(figure)의 크기. (가로,세로) 인치 단위
'lines.linewidth' 선의 두께
'lines.color' 선의 색깔
'axes.grid' 차트내 격자선(grid) 표시 여부
'언어 꿀Tip > Python 꿀tip!' 카테고리의 다른 글
07_07_43. chi-square test (카이제곱 검정) (0) | 2021.06.01 |
---|---|
07_01_41. 그래프 범례 삽입 (graph legend), 여러 line 겹쳐 그리기 (0) | 2021.05.28 |
07_01_39. matplotlib 그래프 이중축 graph 생성 및 축이름 (0) | 2021.05.27 |
07_01_38. pivot_table index를 column으로 (index to column) (0) | 2021.05.27 |
07_01_35. local 환경에서 그래프(graph) 한글 깨짐 (0) | 2021.05.10 |