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.3.0.tar.gz
(5.4 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.3.0-py3-none-any.whl
(5.6 kB
view details)
File details
Details for the file ptoe-0.3.0.tar.gz.
File metadata
- Download URL: ptoe-0.3.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1257b2ed71f4737696db6e52e05fd1869b434689392fca4810f8b6ab8d6144a
|
|
| MD5 |
43573211dafea9735dcaeaf707f4b6cf
|
|
| BLAKE2b-256 |
8c634960d841e4995b5eea2c6f0372e7a2376cf49026e65011f18411562120ce
|
File details
Details for the file ptoe-0.3.0-py3-none-any.whl.
File metadata
- Download URL: ptoe-0.3.0-py3-none-any.whl
- Upload date:
- Size: 5.6 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 |
0e24d23713170364efed5da47f7992a50477e0f4b0feb0cb09711202991d3ad9
|
|
| MD5 |
4c5e42f058ebab7939ef063351a78493
|
|
| BLAKE2b-256 |
1d5d5d6b9a34b26031dfc6c2c17eb085cda41deba239426e64d17e09b33bb8e2
|