glentner / plot-cli

Simple command-line plotting tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Command-line Plotting Tool

License: MIT   Version: 0.3.1   Python 3.10 | 3.11 | 3.12


A simple command-line plotting tool.

This project is merely a wrapper around tplot and pandas for the CSV input and data manipulation (e.g., resampling). The project should be considered to be in beta and subject to change. It works extremely well for well-behaved input, but can be rough around the edges when data is not clean.

Install

This project should not be confused for an older, abandoned project already on the package index by the same name. Install directly from GitHub:

pipx install git+https://github.com/glentner/plot-cli@v0.3.1

Example

Using the basic line plot example from seaborn:

plot-cli example

About

Simple command-line plotting tool

License:MIT License


Languages

Language:Python 100.0%