[Python][matplotlib](3) 그래프 꾸미기
1.컬러맵 설정하기 > plt. - spring(), summer(), autumn(), winter(), viridis(), plasma(), jet(), nipy_spectral() 2. 컬러바 설정하기 > plt.colorbar() 3. 텍스트 삽입 > text(x, y, ' text', fontdict = {}, bbox = {}) 4. 그래프 스타일 > plt.style.use() - 'default', ‘bmh’, ‘ggplot’, ‘classic’, ‘Solarize_Light2’ > plt.rcParams[ ] - 'font.size' , 'figure,figsize', 'family.font', 'lines.linestyle' 등 5. 그래프 저장할 때, 꾸미기 > dpi : 해상도 / ..
2024. 1. 20.