Skip to main content

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, and DownLine (drawdown chart).
  • Interactive controls for zooming, playing, forwards/backwards jumping, etc.
  • Custom colors, log-scale conversions, sub-chart overlapping.

Project details


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyecharts_draw-0.1.0-py3-none-any.whl (18.4 kB view details)

Uploaded Python 3

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

Hashes for pyecharts_draw-0.1.0.tar.gz
Algorithm Hash digest
SHA256 5784765276e32ea5c40e4a32b1878737895665bf9361c37e6c0887a806c9abf5
MD5 a2c242955448bfa6efb38f2b2745dd1a
BLAKE2b-256 3ea13bc42255e3c7d41312fd09fda6f58cc1333cdca25f8d6b9c6b2abd139f26

See more details on using hashes here.

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

Hashes for pyecharts_draw-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2694f7c9900b844f3762fdd43751dbe1a60665c6d871e8ffdcedb519213d4a29
MD5 b69cf60da46dfee247e4da2df2f3f81e
BLAKE2b-256 756ca4035c1355a303405fadc9e89bdf5b6f84729d4bd24fbda52a387c7e3c1e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page