|
143 | 143 | if not city[n] in citychecklist:
|
144 | 144 | x = locations.geometry.x
|
145 | 145 | y = locations.geometry.y
|
146 |
| - if city[n]=="Aachen": |
| 146 | + if city[n]=="Aachen" or city[n]=="Mainz": |
147 | 147 | plt.annotate(city[n], xy=(x,y), xytext=(0,-7.0), textcoords="offset points", ha="center", size="5")
|
148 | 148 | elif city[n]=="Bochum":
|
149 | 149 | plt.annotate(city[n], xy=(x,y), xytext=(-4.0,-2.0), textcoords="offset points", ha="right", size="5")
|
150 |
| - elif city[n]=="Mainz": |
151 |
| - plt.annotate(city[n], xy=(x,y), xytext=(-2.0,8.5), textcoords="offset points", ha="center", size="5") |
| 150 | + #elif city[n]=="Mainz": |
| 151 | + # plt.annotate(city[n], xy=(x,y), xytext=(-2.0,8.5), textcoords="offset points", ha="center", size="5") |
152 | 152 | elif city[n]=="Potsdam":
|
153 | 153 | plt.annotate(city[n], xy=(x,y), xytext=(4.0,-4.0), textcoords="offset points", size="5")
|
154 |
| - elif city[n]=="Hannover" or city[n]=="Halle" or city[n]=="Münster": |
| 154 | + #elif city[n]=="Hannover" or city[n]=="Halle" or city[n]=="Münster": |
| 155 | + elif city[n]=="Hannover" or city[n]=="Halle": |
155 | 156 | plt.annotate(city[n], xy=(x,y), xytext=(0,4.0), textcoords="offset points", ha="center", size="5")
|
156 | 157 | elif city[n]=="Darmstadt":
|
157 | 158 | plt.annotate(city[n], xy=(x,y), xytext=(0,-6.0), textcoords="offset points", ha="center", size="5")
|
|
0 commit comments