8000 Always place legend in upper right for anatomy. · matplotlib/matplotlib@65f4453 · GitHub
[go: up one dir, main page]

Skip to content

Commit 65f4453

Browse files
authored
Always place legend in upper right for anatomy.
1 parent 13e07c3 commit 65f4453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/showcase/anatomy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def minor_tick(x, pos):
5252
ax.set_xlabel("X axis label")
5353
ax.set_ylabel("Y axis label")
5454

55-
ax.legend()
55+
ax.legend(loc="upper right")
5656

5757

5858
def circle(x, y, radius=0.15):

0 commit comments

Comments
 (0)
0