일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- Lotto
- Series
- imread
- CNN
- synology
- GT-S80
- install
- GitHub
- Splunk
- Button
- mean
- javascript
- Numpy
- LSTM
- pandas
- SPL
- SciPy
- DFS
- 삼성소프트웨어멤버십
- ipad
- E-P1
- 알고리즘
- index
- mariadb
- pip
- Python
- dataframe
- pycharm
- RNN
- keras
- Today
- Total
잠토의 잠망경
[python] d3.js 활용 sample 본문
http://jakevdp.github.io/blog/2013/12/19/a-d3-viewer-for-matplotlib/
A D3 Viewer for Matplotlib Visualizations | Pythonic Perambulations
Conclusion¶ As I mentioned above, there is still a lot to be done to make this a truly useful tool for data exploration: right now, the list of usupported features alone likely dwarfs the size of the current code base! But as a proof-of-concept, I think th
jakevdp.github.io
https://frhyme.github.io/python-libs/plt_mpld3/
mpld3를 이용해서 python의 그림을 웹에 올려보자.
matplotlib.pyplot로 그린 그림을 편하게 html로 바꾸자.
frhyme.github.io
https://hamait.tistory.com/850
Plotly 랑 Bokeh 공부하기 귀찮다. 그냥 matplotlib 를 사용해서 웹서비스하자.
Bringing Matplotlib to the Browser Quick Start Guide pip 을 통해 간단히 설치 pip install mpld3 기존에 사용하듯이 사용한다. import matplotlib.pyplot as plt, mpld3 plt.plot([3,1,4,1,5], 'ks-', mec='w..
hamait.tistory.com
https://dailyheumsi.tistory.com/118
이제는 matplotlib 말고, Plotly 를 쓰자.
세련된 데이터 시각화 패키지, Plotly. matplotlib, seaborn 만 사용하다가, 최근에 훨씬 세련된 데이터 시각화 툴을 찾았습니다. plotly 인데, 웹 시각화 라이브러리인 d3.js 를 이용하여 보다 interactive 하게..
dailyheumsi.tistory.com