Skip to content

Commit

Permalink
ENH fix plot in docs. thanks @PPRET.
Browse files Browse the repository at this point in the history
  • Loading branch information
amueller committed Nov 14, 2012
1 parent 8e58f83 commit 9a7de0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ensemble/plot_random_forest_embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@


# scatter plot of original and reduced data
fig = pl.figure(figsize=(8, 8))
fig = pl.figure(figsize=(9, 8))

ax = pl.subplot(221)
ax.scatter(X[:, 0], X[:, 1], c=y, s=50)
Expand Down Expand Up @@ -100,6 +100,6 @@
ax.set_xlim(-1.4, 1.4)
ax.set_xticks(())
ax.set_yticks(())
fig.subplots_adjust(left=0.02, right=0.98, top=0.94, bottom=0.02)

pl.tight_layout()
pl.show()

0 comments on commit 9a7de0b

Please sign in to comment.