Interactive visual for viewing total BOINC credits. View it here.
Informational & interactive chart site is on the gh-pages branch
Python 3, bokeh, and the Stats.csv file is required to run plot_generator.py. When run,
it will generate an HTML file containing the interactive chart. This file will automatically be displayed after running. If
you have issues in viewing the chart, try changing the render mode from webgl to canvas in the line output_backend='webgl'
.
For data_extrapolator.py: Python 3 and the Stats.csv file are required to run. If you want to sort newly appended data change writeolddata=False
to
writeolddata=True
. If you want to generate extrapolated points from the Credit per day column, change extractnew=False
to
extractnew=True
.
Check for an issue and if it doesn't exist, open one. Please be as specific as possible in your description of the problem. Include things like the version of Python you are running.