Skip to content

[OSAB] Task 7: Add horizontal histograms #6

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robert
Copy link
Owner

@robert robert commented Mar 31, 2019

This is one way to solve Task 7 in https://robertheaton.com/2019/04/14/open-source-for-advanced-beginners-1-bashplotlib/ . There are many ways to solve this problem, and this one is by no means the best!

Test

I ran:

from bashplotlib.horizontal_histogram import plot_horiz_hist

plot_horiz_hist(
    'scratch_data.txt',
    title='Horizontal Histogram!',
    ylab=True,
    show_summary=True)

with some data in a file called scratch_data.txt, and got:

image

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

Successfully merging this pull request may close these issues.

1 participant