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.0.tar.gz
(4.0 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.0-py3-none-any.whl
(4.2 kB
view details)
File details
Details for the file ptoe-0.2.0.tar.gz.
File metadata
- Download URL: ptoe-0.2.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a79da3af0c992eaa98de2d7726c4d4bf85ec9a600c9d0d5d15c30e44878ee05
|
|
| MD5 |
d593744a922c6417eabdf6deba902734
|
|
| BLAKE2b-256 |
144f10608c442cc63fdb677d4b2a1e695f810db265a6fc9950d6c3c7ef32e6fa
|
File details
Details for the file ptoe-0.2.0-py3-none-any.whl.
File metadata
- Download URL: ptoe-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.2 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 |
9cf8b4baacaedfbc300e6ef0f9cb950c351e8df82fc22a1d2480dc2d6aa61a4b
|
|
| MD5 |
86dc37422745dafe2732f671eaa27797
|
|
| BLAKE2b-256 |
79b33c1312d9d0fc634fab5a97289e6f0de264eee17054799c52eb0a79d2e479
|