Skip to content

Commit

Permalink
DOC: Fixup to previous
Browse files Browse the repository at this point in the history
  • Loading branch information
madphysicist authored Jun 23, 2016
1 parent eb5491e commit e7635a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/users/plotting/examples/simple_legend01.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
plt.subplot(223)
plt.plot([1,2,3], label="test1")
plt.plot([3,2,1], label="test2")
# Place a legend to the right of the smaller subplot.
# Place a legend to the right of this smaller subplot.
plt.legend(bbox_to_anchor=(1.05, 1), loc=2, borderaxespad=0.)

plt.show()

0 comments on commit e7635a7

Please sign in to comment.