Skip to content

Commit 1d059cd

Browse files
committed
getting rid of plot hold
this should deal with the 3.6 errors
1 parent 1c2e750 commit 1d059cd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ecohydrology/cellular_automaton_vegetation_DEM/Ecohyd_functions_DEM.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,7 @@ def Plot_(grid, VegType, yrs, yr_step=10):
187187
pic += 1
188188
plt.figure(pic)
189189
plt.plot(years, grass_cov, '-g', label='Grass')
190-
plt.hold(True)
191190
plt.plot(years, shrub_cov, '-r', label='Shrub')
192-
plt.hold(True)
193191
plt.plot(years, tree_cov, '-k', label='Tree')
194192
plt.ylabel(' % Coverage ')
195193
plt.xlabel('Time in years')

0 commit comments

Comments
 (0)