|
98 | 98 | ax.annotate('fancy', xy=(2., -1), xycoords='data', |
99 | 99 | xytext=(-100, 60), textcoords='offset points', |
100 | 100 | size=20, |
101 | | - #bbox=dict(boxstyle="round", fc="0.8"), |
| 101 | + # bbox=dict(boxstyle="round", fc="0.8"), |
102 | 102 | arrowprops=dict(arrowstyle="fancy", |
103 | 103 | fc="0.6", ec="none", |
104 | 104 | patchB=el, |
|
108 | 108 | ax.annotate('simple', xy=(2., -1), xycoords='data', |
109 | 109 | xytext=(100, 60), textcoords='offset points', |
110 | 110 | size=20, |
111 | | - #bbox=dict(boxstyle="round", fc="0.8"), |
| 111 | + # bbox=dict(boxstyle="round", fc="0.8"), |
112 | 112 | arrowprops=dict(arrowstyle="simple", |
113 | 113 | fc="0.6", ec="none", |
114 | 114 | patchB=el, |
|
118 | 118 | ax.annotate('wedge', xy=(2., -1), xycoords='data', |
119 | 119 | xytext=(-100, -100), textcoords='offset points', |
120 | 120 | size=20, |
121 | | - #bbox=dict(boxstyle="round", fc="0.8"), |
| 121 | + # bbox=dict(boxstyle="round", fc="0.8"), |
122 | 122 | arrowprops=dict(arrowstyle="wedge,tail_width=0.7", |
123 | 123 | fc="0.6", ec="none", |
124 | 124 | patchB=el, |
|
0 commit comments