made gh_estimate3 consistent with text

wording change, data is below chart

added a colon

added a hyphen to list-like
This commit is contained in:
Parker Lusk
2016-06-27 18:39:04 -06:00
parent 4669507d7a
commit 086c76431f
3 changed files with 4 additions and 4 deletions

View File

@@ -236,7 +236,7 @@ def plot_estimate_chart_3():
arrowprops=dict(arrowstyle='-',
ec='k', lw=3, shrinkA=8, shrinkB=8))
est_y = ((164.2-158)*.8 + 158)
est_y = (158 + .4*(164.2-158))
plt.scatter ([0,1], [158.0,est_y], c='k',s=128)
plt.scatter ([1], [164.2], c='b',s=128)
plt.scatter ([1], [159], c='r', s=128)