We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339cf2a commit f293c75Copy full SHA for f293c75
ch07/figure4.py
@@ -24,6 +24,6 @@
24
plt.scatter(p, y)
25
plt.xlabel('Predicted price')
26
plt.ylabel('Actual price')
27
-plt.plot([y.min(), y.max()], [y.min(), y.max()])
+plt.plot([y.min(), y.max()], [y.min(), y.max()], lw=4)
28
29
plt.savefig('Figure4.png', dpi=150)
0 commit comments