Created
March 31, 2016 16:53
-
-
Save wordyallen/219ccc7d293b9a8af4d1c44cf1e488d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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