@@ -91,22 +91,24 @@ def int_arrow(p0, p1):
91
91
ext_arrow ( (x - 4 , y ), (x , y ), (x + 5 , y ), (x + 9 , y ) )
92
92
ax .text (x - 4.5 , y , "wspace" , ha = "right" , va = "center" , size = "x-small" , zorder = 20 )
93
93
94
- x += 45
95
- ext_arrow ( (x - 4 , y ), (x , y ), (x + 5 , y ), (x + 9 , y ) )
96
- ax .text (x - 4.5 , y , "right" , ha = "right" , va = "center" , size = "x-small" , zorder = 20 )
94
+ y = 20
95
+ int_arrow ( (0 , y ), (95 , y ))
96
+ ax .text (80 , y , "right" , backgroundcolor = "white" , ha = "right" , va = "center" ,
97
+ size = "x-small" , zorder = 30 )
97
98
98
99
y = 0
99
- x = 25
100
+ x = 22.5
100
101
ext_arrow ( (x , y - 4 ), (x , y ), (x , y + 5 ), (x , y + 9 ) )
101
102
ax .text (x , y + 9.5 , "bottom" , ha = "center" , va = "bottom" , size = "x-small" , zorder = 20 )
102
103
103
104
y += 35
104
105
ext_arrow ( (x , y - 4 ), (x , y ), (x , y + 5 ), (x , y + 9 ) )
105
106
ax .text (x , y - 4.5 , "hspace" , ha = "center" , va = "top" , size = "x-small" , zorder = 20 )
106
107
107
- y += 35
108
- ext_arrow ( (x , y - 4 ), (x , y ), (x , y + 5 ), (x , y + 9 ) )
109
- ax .text (x , y - 4.5 , "top" , ha = "center" , va = "top" , size = "x-small" , zorder = 20 )
108
+ x = 31
109
+ int_arrow ( (x , 0 ), (x , 70 ))
110
+ ax .text (x , 55 , "top" , backgroundcolor = "white" , rotation = "vertical" ,
111
+ ha = "center" , va = "center" , size = "x-small" , zorder = 30 )
110
112
111
113
int_arrow ((0 , - 5 ), (100 , - 5 ))
112
114
ax .text (50 , - 5 , "figure width" , backgroundcolor = "white" , zorder = 30 ,
0 commit comments