Metadata-Version: 2.1
Name: asciiplot
Version: 0.1.3
Summary: Platform-agnostic, highly customizable sequence plotting in console, offering high suitability for GUIs
Home-page: https://github.com/w2sv/asciiplot
Author: w2sv
Author-email: zangenbergjanek@googlemail.com
License: MIT
Keywords: plotting,terminal,console,ascii,gui,data,visualization,statistics,sequences
Platform: Linux
Platform: Windows
Platform: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: colored (==1.4.2)
Requires-Dist: more-itertools
Requires-Dist: dataclasses

# __asciiplot__

[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)
[![Build](https://github.com/w2sv/asciiplot/actions/workflows/build.yaml/badge.svg)](https://github.com/w2sv/asciiplot/actions/workflows/build.yaml)
[![codecov](https://codecov.io/gh/w2sv/asciiplot/branch/master/graph/badge.svg?token=69Q1VL8IHI)](https://codecov.io/gh/w2sv/asciiplot)
![PyPI](https://img.shields.io/pypi/v/asciiplot)
[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
#### Platform-agnostic sequence plotting in console, offering various chart appearance configuration options and thus giving rise to an increased degree of GUI suitability

### Install
```shell
$ pip install asciiplot
```

### Plot configuration options

- Setting of consistent margin between data points
- Determination of chart height
- Setting of chart title
- Axes descriptions display
- Setting of x-axis tick labels, possibly being of both numeric and string type
- Determination of y-axis tick label decimal points
- Centering the chart within the target terminal or indenting it by a passed number of columns respectively
- Setting color of all chart components due to integration of [colored](https://pypi.org/project/colored/)

### References
Core sequence asciiization algorithm adopted from https://github.com/kroitor/asciichart/blob/master/asciichartpy/


### License
[MIT License](https://github.com/w2sv/asciiplot/blob/master/LICENSE)


