Skip to content

Commit 0cb0438

Browse files
Update examples/gallery/line/vector-heads-tails.py
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
1 parent 4242351 commit 0cb0438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gallery/line/vector-heads-tails.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
fig.plot(
7373
x=x, y=y, style=vecstyle, direction=([angle], [length]), pen="2p", color="red3"
7474
)
75-
fig.text(x=6, y=y, text=vecstyle, justify="ML", offset="0.2c/0c")
75+
fig.text(x=6, y=y, text=vecstyle, font="Courier-Bold", justify="ML", offset="0.2c/0c")
7676
y -= 1 # move the next vector down
7777

7878
fig.show()

0 commit comments

Comments
 (0)