Skip to content

Commit 3a2d400

Browse files
committed
disable tight layout
1 parent 01c579d commit 3a2d400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/optional-py-scripts/ch05.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def plot_decision_regions(X, y, classifier, resolution=0.02):
280280
plt.xlabel('Linear Discriminants')
281281
plt.ylim([-0.1, 1.1])
282282
plt.legend(loc='best')
283-
plt.tight_layout()
283+
# plt.tight_layout()
284284
# plt.savefig('./figures/lda1.png', dpi=300)
285285
plt.show()
286286

0 commit comments

Comments
 (0)