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 e3b2385 commit 4c57516Copy full SHA for 4c57516
scripts/linestyles.py
@@ -32,7 +32,7 @@ def split(n_segment):
32
else: text = '%s' % str(style)
33
text = text.replace(' ','')
34
ax.text((x0+x1)/2, y-0.2, text,
35
- size=10, ha="center", va="top", family="Source code pro")
+ size=8, ha="center", va="top", family="Source code pro")
36
ax.text(X0[0]-0.25, y+0.2, "linestyle or ls", family = "Source code pro",
37
size=14, ha="left", va="baseline")
38
y -= 1
0 commit comments