A plotting wrapper utility for pyecharts to visualize financial/stock data.
Project description
pyecharts-draw
A plotting wrapper utility for pyecharts to visualize financial/stock data in interactive charts (Kline, Line, Bar, DownLine).
Installation
pip install pyecharts-draw
Quick Start
import pandas as pd
from pyecharts_draw import draw
# Prepare your DataFrame
df = pd.DataFrame(...)
# Draw chart
draw(df, date_col="Date", data_dict=[
{"series_name": "Kline", "draw_type": "Kline"},
{"series_name": "Volume", "draw_type": "Bar"}
])
Features
- Supports multiple chart types:
Kline(Candlestick),Line,Bar, andDownLine(drawdown chart). - Interactive controls for zooming, playing, forwards/backwards jumping, etc.
- Custom colors, log-scale conversions, sub-chart overlapping.
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
pyecharts_draw-0.1.0.tar.gz
(18.9 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
File details
Details for the file pyecharts_draw-0.1.0.tar.gz.
File metadata
- Download URL: pyecharts_draw-0.1.0.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5784765276e32ea5c40e4a32b1878737895665bf9361c37e6c0887a806c9abf5
|
|
| MD5 |
a2c242955448bfa6efb38f2b2745dd1a
|
|
| BLAKE2b-256 |
3ea13bc42255e3c7d41312fd09fda6f58cc1333cdca25f8d6b9c6b2abd139f26
|
File details
Details for the file pyecharts_draw-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pyecharts_draw-0.1.0-py3-none-any.whl
- Upload date:
- Size: 18.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2694f7c9900b844f3762fdd43751dbe1a60665c6d871e8ffdcedb519213d4a29
|
|
| MD5 |
b69cf60da46dfee247e4da2df2f3f81e
|
|
| BLAKE2b-256 |
756ca4035c1355a303405fadc9e89bdf5b6f84729d4bd24fbda52a387c7e3c1e
|