fig, (ax1) df.cumsum() 은 누적합.(위에서부터 더해간 값. 시리즈형태)df.values 는 행데이터를 배열로 리턴.fig, (ax1) = plt.subplots() #subplots는 figure와 axes를 리턴한다. 리턴값을 왼쪽에 넣으니까 fig=figure, ax1=subplot 이다. Axes가 하나의 subplot과 유사한 개념 파이썬 2019.03.12
[::-1] [시작 : 끝 : 단계 ] [ : 9 ] 처음부터 10까지 출력 [ 9 : ] 9부터 끝까지 출력 [ : ] 전부 출력 [ : : 2 ] 2칸씩 전부 출력 [ : : -1 ] 전부 반대로 출력 파이썬 2019.03.09
.format() 문자열안에 값을 넣는 방법 " 쏼라 {} 쏼라 {} 쏼라 ".format(값1, 값2 ) #{}순서대로 값1,값2 가 들어간다 " 쏼라 { 1 } 쏼라 { 0 } 쏼라 ".format(값1, 값2) # 1에 값2 가, 0에 값1 이 들어간다 " 쏼라 { 1:9 } 쏼라 ".format(1234) # 9칸만큼 간격 맞춰서 들어간다 .....1234 이렇게 앞에 비워서.. 칸이 넘는 값이면 그.. 파이썬 2019.03.07
add, multiply texturecoodinate , 즉 UV 좌표값에서 add란 position의 역활, multiply는 scale의 역활을 하는 함수다. UE4,5 2017.02.07
material에 opacity와 normal을 동시 적용 light 타입을 default lit으로 하고 밑에 translucency에서 lighting mode를 volumetric directional로 하면 된다. UE4,5 2016.12.01
sceneTexture 작동법 Mask(RGB)를 연결하고 이미시브컬러에 연결해야된다. postprocess에 연결하고 싶으면 scene texture id 를 PostProcessInput 0 으로 해야된다. UE4,5 2016.11.29
[스크랩] Re:깐젠게 리듬으로 된 탱고곡이 궁금해요. hi Banya, how r u? i hope u r good. Canyengue...i took 2 clases almost 4 years ago. it's interesting n simple if someone listen to music well. i am not sure about the history of Canyengue as dance....just heard that people danced on the street that was made of stones. so they could not walk well like as dancing in the salon. so u can imagine how they used to dance. the music o.. 카테고리 없음 2013.06.27