2018년 5월 27일 일요일

[Python] matplotlib rain simulation modification

https://matplotlib.org/gallery/animation/rain.html#sphx-glr-gallery-animation-rain-py

1)
scat=facecolors=rain_drops['color'],

2)
rain_drops['color'] = np.random.uniform(0, 1, (n_drops, 4))

<<result>>



* gtk install
pip install PyGTK

댓글 없음:

댓글 쓰기

[Android Studio] Installation and Make a Layer for Mac OS(High Sierra)

1. download android studio https://developer.android.com/studio/#downloads 2. Make a Shared Resource(String in this case) 3...