-
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
Visualiser tracking issue #103
Comments
@magicicada @anthonyohare quick design questions: the plots currently look like this: (in case you were wondering I only made a log plot of the lice population and not the rest) My questions are:
|
Aspect ratio: seems fine to me on the individual plots, though we may want to reorganise the plots in a paper. Other things: axis labels, and ideally larger font for labels. |
@magicicada what about this? |
With the end of this milestone comes the second alpha release of this project. This is a good moment to reflect on what we need to do with the generated data.
What we would like is a visualiser to show past run data, and possibly some tool to make a proper report out of that data. Ideally a PDF output or an ODS spreadsheet (for biologist stakeholders) would be perfect.
For now the wished report data should be:
It would be nice to have a fully fledged GUI with controllable lines and elements rather than a simple static plot. For this reason, I'd suggest using Qt as its charting skills are very nice and customisable. This also puts us in the right mindset when trying to scale up the project and make the GUI more interactive.
Issues:
pickle
for serialisation purposes as it is by one order of magnitude faster than json and makes (de)serialisation a breeze. We can still retain JSON for human output while debugging - possibly by adding someverbose
flags?EDIT: here is a TODO list that summarises what was said above:
The text was updated successfully, but these errors were encountered: