반응형
mpld3 - Bringing Matplotlib to the Browser
https://mpld3.github.io/install.html
mpld3는 매트플롯립과 d3js를 사용해서 웹의 인터랙티브 데이터 시각화 를 가능하도록 만드는 것이 목적이라고 하네요. 간단하게, matpllitb의 그래픽을 html코드로(코드를 뜯어보면, 사실 거의 d3js 코드입니다만), 변환해줍니다. 이걸 가지고, 차트 같은 것을 좀 더 편하게 변환할 수 있겠죠.
https://anaconda.org/conda-forge/mpld3
Installers
conda install
- linux-64 v0.3
- win-32 v0.3
- noarch v0.5.7
- osx-64 v0.3
- win-64 v0.3
conda install -c conda-forge mpld3
conda install -c conda-forge/label/gcc7 mpld3
conda install -c conda-forge/label/cf201901 mpld3
conda install -c conda-forge/label/cf202003 mpld3
반응형
'프로그래밍 > Python' 카테고리의 다른 글
[python] mpld3를 이용해서 python의 그림을 웹에 올려보자. (0) | 2022.02.25 |
---|---|
[python] How to write to an HTML file in Python (0) | 2022.02.25 |
[python] networkx - Graph Layout (0) | 2022.02.16 |
[python] Choosing Colormaps in Matplotlib. cm (0) | 2022.02.16 |
[python] Apyori - 연관규칙분석(Association Rule Analysys) (0) | 2022.02.16 |