Skip to content

Commit 0e12148

Browse files
committed
removing unnecessary plot.holds
1 parent 36b05ef commit 0e12148

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ecohydrology/cellular_automaton_vegetation_flat_surface/Ecohyd_functions_flat.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)