Skip to content

Commit

Permalink
FIX restore previous title layout in examples/tree/plot_iris.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel committed Feb 4, 2016
1 parent 070ff21 commit 637cebb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/tree/plot_iris.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@

plt.axis("tight")

plt.suptitle("Decision surface of a decision tree using paired features",
position=(0.5, 0.035))
handles, labels = plt.gca().get_legend_handles_labels()
plt.figlegend(handles=handles, labels=labels, loc='upper left')
plt.tight_layout(rect=[0, 0.03, 1, 0.8])
plt.suptitle("Decision surface of a decision tree using paired features")
plt.legend()
plt.show()

0 comments on commit 637cebb

Please sign in to comment.