Skip to content

Commit

Permalink
no more subplot adjusting
Browse files Browse the repository at this point in the history
  • Loading branch information
phobson committed Jul 23, 2012
1 parent 88d50ce commit 1c79eb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/pylab_examples/boxplot_demo3.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,4 @@ def fakeBootStrapper(n):
ax.set_ylabel('response')
plt.setp(bp['whiskers'], color='k', linestyle='-' )
plt.setp(bp['fliers'], markersize=3.0)
fig.subplots_adjust(right=0.99,top=0.99)
plt.show()

0 comments on commit 1c79eb8

Please sign in to comment.