Render matplotlib charts with eCharts
Project description
ptoe
Convert matplotlib plots to interactive eCharts visualizations.
Supported Charts
- Bar
- Stacked Bar
- Line
- Step Line
- Scatter
- Area (fill_between)
Usage
import matplotlib.pyplot as plt
from ptoe import Ptoe
ptoe = Ptoe(plt)
plt.bar(["A","B"], [10,20], label="A")
plt.bar(["A","B"], [5,8], bottom=[10,20], label="B")
plt.legend()
ptoe.show()
Notes
One figure must contain only one chart type
Subplots are not supported
---
## 3️⃣ 빌드 도구 설치 (한 번만)
```bash
pip install build twine
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ptoe-0.2.3.tar.gz
(4.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ptoe-0.2.3-py3-none-any.whl
(4.3 kB
view details)
File details
Details for the file ptoe-0.2.3.tar.gz.
File metadata
- Download URL: ptoe-0.2.3.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7637986f522e2b696d94e30bb196ad4c66c35270f1d654ca009653c039be1a36
|
|
| MD5 |
9a5813e49691804f50393c2afcb93451
|
|
| BLAKE2b-256 |
23bd5db546a5b11fc24b012f372c3a519961c36857afa83ac75a2c448edfc2a7
|
File details
Details for the file ptoe-0.2.3-py3-none-any.whl.
File metadata
- Download URL: ptoe-0.2.3-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
535af6bd8f4c82e19e9e0480d99d400d3762871aa381f11d5b4fc9c70566cd46
|
|
| MD5 |
ddfccc40f3e839140b1dec0a6f6497cc
|
|
| BLAKE2b-256 |
2b3761a5627b8891b71e16bf1505b052f46edb0cbd0dfaf2381ffe9218b927fb
|