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.1.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.1-py3-none-any.whl
(4.3 kB
view details)
File details
Details for the file ptoe-0.2.1.tar.gz.
File metadata
- Download URL: ptoe-0.2.1.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 |
6708d0be5098423a2c19c8ded65ed7ace17fef06510042e1f251c27e9a87f940
|
|
| MD5 |
59b041cb42d3410c44abc2140cd4e5d1
|
|
| BLAKE2b-256 |
3922a228d0403c779a5018d479054b0a17289e5b1d28e90f25581205d55bfea7
|
File details
Details for the file ptoe-0.2.1-py3-none-any.whl.
File metadata
- Download URL: ptoe-0.2.1-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 |
7833e76d3e5c7d310b5af14a9343d467d333dced4ff48c8e4a2a58d9f9b5fcf2
|
|
| MD5 |
69aa65f78ad15abada1854fff0573800
|
|
| BLAKE2b-256 |
64e46fba63ce787fdc702210ede5798d048b38680527c6130955acb3eaf98146
|