https://github.com/glentner/plot-cli
Simple command-line plotting tool
https://github.com/glentner/plot-cli
command-line plotting tool
Last synced: 6 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T18:08:13.000Z (about 2 years ago)
- Last Synced: 2025-02-23T02:25:06.195Z (about 1 year 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
=================================
[](https://opensource.org/licenses/MIT)
[](https://github.com/glentner/plot-cli)
[](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/plot-cli@v0.3.1
```
Example
-------
Using the basic line plot example from
[seaborn](https://seaborn.pydata.org/examples/wide_data_lineplot.html):
