|
146 | 146 | if not city[n] in citychecklist: |
147 | 147 | x = locations.geometry.x |
148 | 148 | y = locations.geometry.y |
149 | | - if city[n]=="Aachen": |
| 149 | + if city[n]=="Aachen" or city[n]=="Saarbrücken" or city[n]=="Straubingen": |
150 | 150 | plt.annotate(city[n], xy=(x,y), xytext=(0,-7.0), textcoords="offset points", ha="center", size="5") |
151 | 151 | elif city[n]=="Bochum": |
152 | 152 | plt.annotate(city[n], xy=(x,y), xytext=(-4.0,-2.0), textcoords="offset points", ha="right", size="5") |
|
165 | 165 | plt.annotate("8x national", xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5") |
166 | 166 | elif city[n]=="international": |
167 | 167 | plt.annotate("2x international", xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5") |
| 168 | + elif city[n]=="9xChemotion: |
| 169 | + plt.annotate("9 national Chemotion", xy=(x,y), xytext=(0.0,-2.0), textcoords="offset points", size="5") |
| 170 | + elif city[n]=="4xLabIMotion": |
| 171 | + plt.annotate("4x national LabIMotion", xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5") |
| 172 | + elif city[n]=="1xinternational": |
| 173 | + plt.annotate("1x international", xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5") |
168 | 174 | else: |
169 | 175 | plt.annotate(city[n], xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5") |
170 | 176 |
|
|
0 commit comments