An open API service indexing awesome lists of open source software.

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!

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.