Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c57516

Browse files
committed
Reduced font size because ending parenthesis was not displayed
1 parent e3b2385 commit 4c57516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/linestyles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def split(n_segment):
3232
else: text = '%s' % str(style)
3333
text = text.replace(' ','')
3434
ax.text((x0+x1)/2, y-0.2, text,
35-
size=10, ha="center", va="top", family="Source code pro")
35+
size=8, ha="center", va="top", family="Source code pro")
3636
ax.text(X0[0]-0.25, y+0.2, "linestyle or ls", family = "Source code pro",
3737
size=14, ha="left", va="baseline")
3838
y -= 1

0 commit comments

Comments
 (0)