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.2.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.2-py3-none-any.whl
(4.3 kB
view details)
File details
Details for the file ptoe-0.2.2.tar.gz.
File metadata
- Download URL: ptoe-0.2.2.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 |
740df49f45b0dd5b59e0841de34b2a08a645c1f958f9d6be2d6cff202aede94b
|
|
| MD5 |
6ca906a08359eb9288b29bea61b7dac1
|
|
| BLAKE2b-256 |
88d765fc77b8971840c4f46296bc1a993267ab2a2b1332d9a05e6c18060821b2
|
File details
Details for the file ptoe-0.2.2-py3-none-any.whl.
File metadata
- Download URL: ptoe-0.2.2-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 |
5224cb910fb49ad16d2d215814d2b5fa8500cde7663970faeec9cde7c2be97a4
|
|
| MD5 |
99363aa0a6b96da951b4f3f2b652e2f7
|
|
| BLAKE2b-256 |
5439dc791011927a0c0d4abda9b9124caea04a6114eb36459fa668646f0b969d
|