Add map location

release-1.0.0
DustyP 8 years ago
parent c7e0fe017c
commit bd34de573c

@ -592,7 +592,7 @@ class Utils:
draw_map(m) draw_map(m)
x, y = m(lon, lat) x, y = m(lon, lat)
plt.plot(x, y, 'ok', markersize=5, color='red') plt.plot(x, y, 'ok', markersize=5, color='red')
plt.text(x, y, ' Palmer', fontsize=12, color='red') plt.text(x, y, f' {location.title()}', fontsize=12, color='red')
plt.tight_layout() plt.tight_layout()
img = BytesIO() img = BytesIO()

Loading…
Cancel
Save