분류 전체보기256 해결) plt.rcParams['lines.color'] = 'red' 안되는 이유 line graph에서 선 색좀 바꾸고싶은데 rcParams로 설정아무리해도 안됨. 공식홈피가도 line.color 관련된 글이 안보여서 스택오버플로우 찾아봄 https://stackoverflow.com/questions/26507506/matplotlib-changing-line-color-with-rcparams matplotlib changing line color with rcParams I just learned about the matplotlib.rcParams feature and so I tried to plot a very simple graph. import matplotlib.pyplot as plt x = [1,2,3,4,5] y = [5,3,7,9,2] plt.rcParams[.. 2022. 7. 10. matplotlib : 범례(legend) https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.legend.html matplotlib.pyplot.legend — Matplotlib 3.5.2 documentation Place a legend on the Axes. The call signatures correspond to the following different ways to use this method: 1. Automatic detection of elements to be shown in the legend The elements to be added to the legend are automatically determined, when you do not matplotlib... 2022. 7. 9. configure : 환경설정을 하다 2022. 7. 9. 궁금) mpl(matplotlib)과 plt(matplotlib.pyplot)의 차이점? import할때 누구는 import matplotlib as mpl 다른사람은 import matplotlib.pyplot as plt 로 하고, 또 어떨때는 두개 다 하기도하고.. 차이점이 뭘까해서 검색 일단 mpl.rc와 plt.rc는 같다 https://stackoverflow.com/questions/49658412/whats-the-difference-between-matplotlib-rc-and-matplotlib-pyplot-rc What's the difference between matplotlib.rc and matplotlib.pyplot.rc? I understand that in matplotlib, you can use rc or rcParams to custom the styl.. 2022. 7. 9. 링크 : 코딩용어 IT영단어정리(쉬움) https://brunch.co.kr/@hopeless/8 초보 개발자를 위한 IT영단어 정리 프로그래밍에서 자주 나오는 영어단어 정리 | 최종수정일 2020. 2. 26 본인은 수원스마트앱개발학원 이라는 개발자 양성 기관의 기관장으로써 교육하고 책 쓰는 개발자로써 그 동안 프로그래밍을 brunch.co.kr 2022. 7. 9. Matplotlib : 축 폰트, 색, 크기, 그래프 배경색 xticks.xlabel 축 색이 하얀건 원래 하얗게 설정해놨다. https://beneagain.tistory.com/70?category=1068292 주피터노트북 설정 : 그래프 기본설정 바꾸기 주피터노트북 테마를 monokai를 쓰는데 화면도 어둡고 그래프 축, 글자도 검은색으로 나오니까 잘 안보인다. 축 자체를 하얀색으로 바꿀 수는 없을까 해서 찾아봤다. https://seonghyuk.tistory.com/79 가상 beneagain.tistory.com 축 색,폰트,크기,annotate(그래프에 수치넣기) 등등 이 글이 가장 친절하다. https://velog.io/@khnn/TIL-Matplotlib%EC%9C%BC%EB%A1%9C-%EC%B0%A8%ED%8A%B8-%EA%BE%B8%EB%AF%B8%EA%B8%B0.. 2022. 7. 8. VBA 책 추천 : 엑셀 매크로&VBA 바이블 http://www.yes24.com/Product/Goods/78572835 엑셀 매크로&VBA 바이블 - YES24 엑셀 매크로&VBA의 기초부터 업무 적용까지 실무에 꼭 맞는 매크로 코드로 업무를 자동화한다네이버 엑셀 대표 카페 ‘엑셀..하루에 하나씩’의 최준선이 제안하는 엑셀 매크로&VBA의 거의 모든 www.yes24.com 엑셀 매크로&VBA 바이블 후기 책 이름 잘지었다 '바이블'답게 실무에서 필요한 내용들은 거의 다 있고, 개체명을 한글로 한 점, 도입부에 VBE를 사용하는법을 설명해준 부분, 기초파트에 대한 자세한 설명때문에 아예 처음 코딩을 배웠을 때도 배울만했다. 파이썬같은건 워낙 책이 많은데 VBA는 책도 별로 없어서 VBA 추천한다고하면 무조건 이 책 추천 2022. 7. 7. Pandas DataFrame : 셀 수정 df.loc df.loc 떨어져 있는 셀 동시에 2개수정 2022. 7. 6. 이전 1 ··· 20 21 22 23 24 25 26 ··· 32 다음