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.
1 parent 4242351 commit 0cb0438Copy full SHA for 0cb0438
examples/gallery/line/vector-heads-tails.py
@@ -72,7 +72,7 @@
72
fig.plot(
73
x=x, y=y, style=vecstyle, direction=([angle], [length]), pen="2p", color="red3"
74
)
75
- fig.text(x=6, y=y, text=vecstyle, justify="ML", offset="0.2c/0c")
+ fig.text(x=6, y=y, text=vecstyle, font="Courier-Bold", justify="ML", offset="0.2c/0c")
76
y -= 1 # move the next vector down
77
78
fig.show()
0 commit comments