Skip to main content

Minimal graph renderer for fixed size canvas

Project description

Python Package Build Status Dependency Status Code Quality Test Coverage License

Minimal chart renderer for fixed size canvas for Python.

Installation

pip install tchart

Usage

from tchart.tchart import ChartRenderer

renderer_object = ChartRenderer(height=10, width=80)
data = [12.1, -2, 100]

chart_string = renderer_object.render(data)
print(chart_string)

Examples

Please check the examples directory.

Random chart

Random chart 2

Random chart 3

Bugs

Bugs or suggestions? Visit the issue tracker.

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

tchart-1.1.0.tar.gz (16.4 kB view hashes)

Uploaded Source

Built Distribution

tchart-1.1.0-py2.py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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