분류 전체보기431 python – matplotlib.pyplot으로 이미지 저장 안될때 파이썬 pyplot에서 그래프를 이미지로 저장할수 있다. 그런데 막상 해보면 저장이 안된다. 둘중 하나는 선택하여야 한다. show로 할지 savefig 할지.. 둘중 하나만 된다. 예시(저장 안되는..) import matplotlib.pyplot as plt fig = plt.figure() plt.plot(d,c1[0:100],'b--',d,c2[0:100],'r--',d,c3[0:100],'g--',figure = fig) plt.ylabel("concentration") plt.xlabel("distance") plt.show() plt.savefig('./Results/evol_conc_v'+str(vinit)+'a_'+str(a)+'.png') 이것을 저장하려면 import matplotli.. 2019. 10. 24. Customizing Matplotlib with style sheets and rcParams #### MATPLOTLIBRC FORMAT ## This is a sample matplotlib configuration file - you can find a copy ## of it on your system in ## site-packages/matplotlib/mpl-data/matplotlibrc. If you edit it ## there, please note that it will be overwritten in your next install. ## If you want to keep a permanent local copy that will not be ## overwritten, place it in the following location: ## unix/linux: ## $HO.. 2019. 10. 24. 문자열을 숫자로 변환; 문자를 정수(int, long), 실수(float)로 바꾸기 MySQL에서 데이터를 가져오면 대부분 문자이다.(varchar) 화면에는 숫자처럼 보이지만 실제는 문자열이다. 이를 통해 그래프를 그리거나 연산을 할수 없다. 간단히 숫자로 변환하는 방법이 있다. #!/usr/bin/python # -*- coding: cp949 -*- # 이 파일의 맨 첫줄에 빈줄이 있으면 # SyntaxError: Non-UTF-8 code starting with '\xbc' in file example3.py on line 6, # but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details # 이런 식의 에러가 납니다. # "정수 문자열"을 정수로 만들어, 플러스 1 하기 s = "123" n =.. 2019. 10. 24. 로체이노페이션 카오디오 앰프관련자료 Kia Part No.: 963702G000 EXTENSION AMPLIFIER ASSEMBLY Part Description External Amp Assembly Manufacturer Kia. This genuine Kia part is guaranteed by Kia's factory warranty. Your Price: $660.70 Retail Price: $941.17 You Save: $280.47 Qty: ADD TO CART Why choose Kia Parts Now Dedicated Service Your complete satisfaction is our #1 goal Lowest Prices Best deals on genuine OE parts from dealerships .. 2019. 10. 1. 티스토리 유튜브 등록시 쎔네일 등록방법 티스토리에 플러그인으로 유튜브 동영상을 넣으면 쎔네일 이미지가 등록이 안된다. 몇가지를 해봤는데 잘안되다가 ... 썸네일 이미지를 대표이미지로 만들기 위해 다음과 같이 하면 된다. 해당 동영상ID를 확인한다. 그리고 아래와 같이 브라우져에서 해당위치에 동영상 코드를 입력하면 동영상 화면에 보이는것과 같은 이미지가 브라우져에 표시된다. https://img.youtube.com/vi//maxresdefault.jpg 이것을 다운로드하여 블로그에 파일로 등록하면 본문에는 보이지 않고 대표이미지에는 표시된다. 2019. 9. 10. Did You Know 2019 디지털 세계, 정보 기술 진화 및 사회와 비즈니스 세계의 변화에 관한 정리 2019. 9. 10. 이전 1 ··· 47 48 49 50 51 52 53 ··· 72 다음