Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da009cc + 65f4453 commit b528d5cCopy full SHA for b528d5c
1 file changed
examples/showcase/anatomy.py
@@ -52,7 +52,7 @@ def minor_tick(x, pos):
52
ax.set_xlabel("X axis label")
53
ax.set_ylabel("Y axis label")
54
55
-ax.legend()
+ax.legend(loc="upper right")
56
57
58
def circle(x, y, radius=0.15):
0 commit comments