From 06b51524e9f8ca3fa3ddb9b279e63a13f71490fb Mon Sep 17 00:00:00 2001 From: Kevin Choi <k.choi-1@student.tudelft.nl> Date: Sat, 19 Jan 2019 20:14:40 +0000 Subject: [PATCH] Update 4_sommerfeld_model.md --- src/4_sommerfeld_model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/4_sommerfeld_model.md b/src/4_sommerfeld_model.md index 5432712c..038353d4 100644 --- a/src/4_sommerfeld_model.md +++ b/src/4_sommerfeld_model.md @@ -133,7 +133,7 @@ Estates = kstates**2; fig = pyplot.figure(); ax = fig.add_subplot(111); -ax.fill_between(kfilled, Efilled, kf*kf); +ax.fill_between(kfilled, Efilled, kf*kf, alpha=0.5); ax.plot([kf, kf], [0.0, kf*kf], 'k:'); ax.plot(kstates, Estates, 'k--'); ax.plot(kfilled, Efilled, linewidth=4); -- GitLab