Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added options for key width, chart width, and key justification. #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

matthewlmcclure
Copy link

$ bar_chart.py --help
Usage: cat data | bar_chart.py [options]

Options:
  -h, --help            show this help message and exit
  -k, --sort-keys       sort by the key [default]
  -v, --sort-values     sort by the frequence
  -r, --reverse-sort    reverse the sort
  -j JUSTIFICATION, --justification=JUSTIFICATION
                        output justification of keys [right]
  -l KEY_LENGTH, --key-length=KEY_LENGTH
                        output length of keys [50]
  -w WIDTH, --width=WIDTH
                        output width of chart [80]

@indera
Copy link

indera commented May 17, 2017

It looks like the maintainer are busy... :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants