Skip to content
Snippets Groups Projects
Commit 54abddb9 authored by Kien Le's avatar Kien Le
Browse files

Change GPS point size to be more clickable

parent 4cb772a7
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@ class GPSWidget(QtWidgets.QWidget):
max_longitude = max(all_longitudes)
min_longitude = min(all_longitudes)
self.ax.plot(all_longitudes, all_latitudes, 'ws', markersize=3,
markeredgecolor='black')
self.ax.plot(all_longitudes, all_latitudes, 'ws', markersize=4,
markeredgecolor='black', picker=True, pickradius=4)
latitude_range = max_latitude - min_latitude
longitude_range = max_longitude - min_longitude
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment