Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7635a7

Browse files
authored
DOC: Fixup to previous
1 parent eb5491e commit e7635a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/users/plotting/examples/simple_legend01.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
plt.subplot(223)
1313
plt.plot([1,2,3], label="test1")
1414
plt.plot([3,2,1], label="test2")
15-
# Place a legend to the right of the smaller subplot.
15+
# Place a legend to the right of this smaller subplot.
1616
plt.legend(bbox_to_anchor=(1.05, 1), loc=2, borderaxespad=0.)
1717

1818
plt.show()

0 commit comments

Comments
 (0)