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

[OSAB] Task 5: Render histogram statistics box using box_text #5

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 5 in https://robertheaton.com/2019/04/14/open-source-for-advanced-beginners-1-bashplotlib/ .

Test

I ran:

from bashplotlib.histogram import plot_hist

plot_hist('scratch_data.txt', showSummary=True)

and got the output:

------------------------------
|       ## Summary ##        |
|      observations: 12      |
|      mean : 4.583333       |
|     std dev : 2.503028     |
|    max value: 7.000000     |
|    min value: 1.000000     |
------------------------------

@robert robert changed the title [OSAB] Render histogram statistics box using box_text [OSAB] Task 5: Render histogram statistics box using box_text Mar 31, 2019
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