claresloggett / hatch

Plot CSV or TSV files on the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hatch: a command line plotting and analytics tool

Hatch is a command line tool for analysing and visualising data.

It takes input from tabular data in CSV or TSV format and produces high-quality plots (charts, graphs) as output.

It is designed to be fast and convenient, and is particularly suited to data exploration tasks. Input files with large numbers of rows (> millions) are readily supported.

Hatch plots are highly customisable, however for most cases sensible defaults are applied.

Hatch is implemented in Python and makes extensive use of the Pandas, Seaborn, and Scikit-learn libraries for data processing and plot generation.

Licence

This program is released as open source software under the terms of MIT License.

Documentation

Please consult the Hatch Documentation for detailed information about installation and usage.

Authors

About

Plot CSV or TSV files on the command line

License:MIT License


Languages

Language:Python 100.0%