Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glentner/plot-cli
Simple command-line plotting tool
https://github.com/glentner/plot-cli
command-line plotting tool
Last synced: 6 days ago
JSON representation
Simple command-line plotting tool
- Host: GitHub
- URL: https://github.com/glentner/plot-cli
- Owner: glentner
- License: mit
- Created: 2022-03-03T04:15:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T18:08:13.000Z (9 months ago)
- Last Synced: 2024-05-01T15:27:10.566Z (7 months ago)
- Topics: command-line, plotting, tool
- Language: Python
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple Command-line Plotting Tool
=================================[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-green.svg)](https://github.com/glentner/plot-cli)
[![Python 3.10 | 3.11 | 3.12](https://img.shields.io/badge/Python-3.10%20%20|%203.11%20|%203.12-blue.svg)](https://www.python.org/downloads)---
A simple command-line plotting tool.
This project is merely a wrapper around [tplot](https://pypi.org/project/tplot/) and
[pandas](https://pypi.org/project/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:```shell
pipx install git+https://github.com/glentner/[email protected]
```Example
-------Using the basic line plot example from
[seaborn](https://seaborn.pydata.org/examples/wide_data_lineplot.html):![plot-cli example](https://github.com/glentner/plot-cli/assets/8965948/fa5179c8-93b5-427e-a562-a26f6599de39)