-
Notifications
You must be signed in to change notification settings - Fork 0
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
Paul/FREYA 723 #100
Paul/FREYA 723 #100
Conversation
Added README.md |
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.
In the cumulative plot, the order of items in the legend should be the same as that in the weekly plot. Also, the right edge of the box in the plot does not show when the plot is in the page (it needs moving a little to the left).
Perhaps also put ticks on the x-axis so that it is clear that not every date is shown in the text written. |
Thanks for the corrections that went under my radar :) |
Finally done with the refining of the graphs (see attached screenshot). If we are all good, I'll rewrite the history locally to get all the commits signed (here and there) before merging the PR. |
Using poetry for dependency and project management
This script uses plotly to create a stacked bar graph from serology tests data.
This script uses plotly to create a cumulative line graph from serology tests data.
I rebased the entire branch to tidy the commit history up and sign everything again. |
This annotation shows the total sum of tests and the proportion of positive tests Co-authored-by: LianeHughes <[email protected]>
Make legend titles and item order more consistent and fine-tune the displayed range so the markers are not cropped
Changed output to stdout 👍 |
Add plotly scripts for serology plots generation.