Skip to content

Instantly share code, notes, and snippets.

@wordyallen
Created March 31, 2016 16:53
Show Gist options
  • Save wordyallen/219ccc7d293b9a8af4d1c44cf1e488d5 to your computer and use it in GitHub Desktop.
Save wordyallen/219ccc7d293b9a8af4d1c44cf1e488d5 to your computer and use it in GitHub Desktop.
pylab.plot(range(len(totalAvg)), totalAvg, label = "Average Total")
pylab.title("Simulation with Drug")
pylab.xlabel("time")
pylab.ylabel(" viruses")
pylab.show()
# simulationWithDrug(100, 1000, 0.1, 0.05, {'guttagonol': False}, 0.005, 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment