Skip to content

Commit

Permalink
Update readme with no args
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz committed Jun 20, 2021
1 parent 0512ccc commit caa368a
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ termgraph --calendar --start-dt 2017-07-01 data/cal.dat
Requires Python 3.5+, install from [PyPI project](https://pypi.org/project/termgraph/)

```
python -m pip install termgraph
python3 -m pip install termgraph
```

Note: Be sure your PATH includes the pypi install directory, for me it is `~/.local/bin/`
Expand All @@ -104,14 +104,7 @@ Note: Be sure your PATH includes the pypi install directory, for me it is `~/.lo
* Help: termgraph -h

```
usage: termgraph.py [-h] [--title TITLE] [--width WIDTH] [--format FORMAT]
[--suffix SUFFIX]
[--label-before] [--no-labels] [--no-values]
[--color [{red,blue,green,magenta,yellow,black,cyan} [{...} ...]]]
[--vertical] [--stacked] [--different-scale] [--calendar]
[--start-dt START_DT] [--custom-tick CUSTOM_TICK] [--delim DELIM]
[--verbose] [--version]
[filename]
usage: termgraph.py [-h] [(optional arguments)] [filename]
draw basic graphs on terminal
Expand All @@ -126,10 +119,12 @@ optional arguments:
--suffix SUFFIX string to add as a suffix to all data points.
--no-labels Do not print the label column
--no-values Do not print the values at end
--color [{red,blue,green,magenta,yellow,black,cyan} [{...} ...]]
Graph bar color( s )
--space-between Print a new line after every field
--color [COLOR ...] Graph bar color( s )
--vertical Vertical graph
--stacked Stacked bar graph
--histogram Histogram
--bins BINS Bins of Histogram
--different-scale Categories have different scales.
--calendar Calendar Heatmap chart
--start-dt START_DT Start date for Calendar chart
Expand Down

0 comments on commit caa368a

Please sign in to comment.