Skip to content

Scripts for plotting history of data from the repo #31

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

Merged
merged 3 commits into from
Mar 14, 2020
Merged

Conversation

hugovk
Copy link
Owner

@hugovk hugovk commented Mar 2, 2020

$ python history_get.py
None
Fetch origin/gh-pages...
Get data...
100%|████████████████████████████████████████████████████████████████████████████████| 20573/20573 [00:04<00:00, 4871.43it/s]
Updated with 8 commits
$ python history_plot.py
Number of lines: 20301
All versions:  ['2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '3.5']
Prep data...
Plot...
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
history.png

image

$ python history_plot.py -v 2.6 2.7 3.2 3.3 3.4
Number of lines: 20301
All versions:  ['2.6', '2.7', '3.2', '3.3', '3.4']
Prep data...
Plot...
2.6
2.7
3.2
3.3
3.4
history.png

image

  • TODO Title, axis labels...

@hugovk
Copy link
Owner Author

hugovk commented Mar 3, 2020

image

image

For some reason Travis CI has deactivated itself, but:

https://travis-ci.org/hugovk/drop-python/builds/657850066

@hugovk hugovk merged commit 43f6231 into master Mar 14, 2020
@hugovk hugovk deleted the history branch March 14, 2020 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant