working ok

master
marxzuckerburg 4 years ago
parent 3ecf186731
commit 0711ae02b0

@ -206,7 +206,7 @@ class MapWidget(MDDialog2):
# line
if self.last_lat and self.last_long:
self.ax.lines = []
# if self.ax.lines: self.ax.lines.pop(0)
plt.plot(
[self.last_long, long],
[self.last_lat, lat],

Loading…
Cancel
Save