Skip to content

Commit 9af929f

Browse files
committed
Merge branch 'barnhark/update_testing_proceedures' of github.com:landlab/tutorials into barnhark/update_testing_proceedures
2 parents 7629a0c + f4cb57d commit 9af929f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ before_install:
1818
brew cleanup -s
1919
rm -rf $(brew --cache)
2020
fi
21+
- mkdir $MPLCONFIGDIR
22+
- touch $MPLCONFIGDIR/matplotlibrc
2123
install:
2224
- echo "Build on $TRAVIS_OS_NAME for Python $TRAVIS_PYTHON_VERSION"
2325
- |

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)