Skip to content

Commit

Permalink
Campbell for all deterministic plots
Browse files Browse the repository at this point in the history
  • Loading branch information
Macbit committed Aug 14, 2017
1 parent 879979a commit c8eebe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Completed/Campbell_1961.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ def ddesthist(g, s, c, t):
plt.xlabel('Time (hours)', fontsize=f_size)
plt.ylabel('Log concentration (particles/ml)', fontsize=f_size)
plt.yscale('log')
plt.axis([0,sim_length,0,1.0e10])
plt.axis([0,sim_length,1.0e-4,1.0e10])
#plt.text(sim_length*0.8,2.0e9,'$S$= '+str(S0)) # display parameters
plt.tick_params(axis='both', labelsize=f_size)
plt.tight_layout()
plt.show()
#plt.show()
plt.savefig('Campbell_PyDDE.pdf')

0 comments on commit c8eebe6

Please sign in to comment.