Metadata-Version: 2.1
Name: thinknotdraw
Version: 0.0.3
Summary: fast statistical draw in one line
Author: gorodok
Author-email: danyagorodnov@yandex.ru
Keywords: chart statistics visualisation
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Speed File Library #

## What is this? ##
The module allows you to create python visualisation in just one line of code

## Quick Guide ##
The module is based on the following structure:

    
    fast_draw(x, gtype='plot', kind='con', line=False, col=True, name='None')
    
x - your data

gtype (plot/func) - distribution plot or function

kind (con/dis) - discrete or continuous data

line (True/False) - create line

col (True/False) - create columns

name - name above ghaph

----


## Developer ##
My site: [link](https://github.com/txnxity)
