-
Notifications
You must be signed in to change notification settings - Fork 3
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
Refactor chart plotting #64
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a good improvement to the code! I just have a few small remarks.
7cfbb02
to
3c3801f
Compare
3c3801f
to
f9c9e85
Compare
f51152e
to
1385a66
Compare
b0ead6c
to
0971c15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from the small issue in the body fat chart, everything looks correct now. As soon as this is fixed, the PR can be merged.
0971c15
to
7112fe2
Compare
7112fe2
to
c5a4a0b
Compare
This PR is in preparation of the changes discussed in #63.
The chart plotting functions got refactored to remove code duplication and make plotting more flexible. Plots can now be done as lines, circles or histograms in any combination on the primary as well as the secondary axis (or both at once).
Plots should look exactly the same as before (this appears to be true for demo data as well as my real world data).
Additionally: