hebikani.graph

Description

All graph related functions Inspired by: https://github.com/tammoippen/plotille

Usage:
>>> from hebikani.graph import hist
>>> hist([(datetime(2020, 1, 1, 12, 0, 0), 1), (datetime(2020, 1, 2, 15, 0, 0), 2)])

Functions

hist(data[, width, total, linesep])

Create histogram over data from left to right