@@ -32,8 +32,8 @@ def split(n_segment):
32
32
else : text = '%s' % str (style )
33
33
text = text .replace (' ' ,'' )
34
34
ax .text ((x0 + x1 )/ 2 , y - 0.2 , text ,
35
- 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 " ,
35
+ 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
37
size = 14 , ha = "left" , va = "baseline" )
38
38
y -= 1
39
39
@@ -46,9 +46,9 @@ def split(n_segment):
46
46
linewidth = 7 , linestyle = "--" , alpha = .25 )
47
47
ax .plot ([x0 ,x1 ],[y ,y ], color = "C1" , linewidth = 7 ,
48
48
linestyle = "--" , dash_capstyle = style )
49
- ax .text ((x0 + x1 )/ 2 , y - 0.2 , '"%s"' % style , family = "Source code pro " ,
49
+ ax .text ((x0 + x1 )/ 2 , y - 0.2 , '"%s"' % style , family = "Source Code Pro " ,
50
50
size = 10 , ha = "center" , va = "top" )
51
- ax .text (X0 [0 ]- 0.25 , y + 0.2 , "capstyle or dash_capstyle" , family = "Source code pro " ,
51
+ ax .text (X0 [0 ]- 0.25 , y + 0.2 , "capstyle or dash_capstyle" , family = "Source Code Pro " ,
52
52
size = 14 , ha = "left" , va = "baseline" )
53
53
54
54
0 commit comments