https://github.com/deciduously/graphcloset
A closet for your graphs!
https://github.com/deciduously/graphcloset
Last synced: about 1 year ago
JSON representation
A closet for your graphs!
- Host: GitHub
- URL: https://github.com/deciduously/graphcloset
- Owner: deciduously
- License: bsd-3-clause
- Created: 2021-04-23T01:54:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T01:57:59.000Z (about 5 years ago)
- Last Synced: 2025-04-01T14:18:59.840Z (about 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graphcloset
Just...you know. A closet. You can reach in and grab a... graph. Like a histogram, or a bar chart. Or whatever, I don't know your life.
No, it doesn't do anything yet.
## Dependencies
* [Rust Stable](https://www.rust-lang.org/tools/install)
## Usage
```
$ graphcloset -h
graphcloset 0.0.1
USAGE:
graphcloset [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-i, --input A space-delineated list of (x,y) pairs to plot [default: (4,5) (1,2) (7,8)]
```
## Development
Clone this repository, use `cargo run -- -h` or whatever to pass your options.