Skip to content

Commit 408486a

Browse files
Update examples
1 parent fc9fa01 commit 408486a

File tree

2 files changed

+87
-62
lines changed

2 files changed

+87
-62
lines changed

Readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,15 @@ lines = ax.get_lines()
5757
l1 = lines[-1]
5858
labelLine(
5959
l1,
60-
0.6,
60+
0.85,
6161
label=r"$Re=${}".format(l1.get_label()),
62-
ha="left",
63-
va="bottom",
6462
align=False,
63+
yoffset=0.01,
64+
ha="right",
6565
backgroundcolor="none",
6666
)
67-
labelLines(lines[:-1], xvals=0.85, yoffsets=0.01, align=False, backgroundcolor="none")
67+
labelLines(lines[:-1], xvals=0.85, yoffsets=0.01, align=False,
68+
ha="right", backgroundcolor="none")
6869

6970
# labelLines also supports log-scaled x-axes
7071
ax = axes[4]

0 commit comments

Comments
 (0)