Skip to content
Snippets Groups Projects
Commit f75ade07 authored by Lan Dam's avatar Lan Dam
Browse files

increase pick radius for plot_lines_dots with lines only

parent f9d0cd01
No related branches found
No related tags found
1 merge request!159Correct clicking data point for info
......@@ -301,7 +301,7 @@ class Plotting:
linestyle='-', linewidth=0.7,
zorder=constants.Z_ORDER['LINE'],
color=clr[l_color],
picker=True, pickradius=2)
picker=True, pickradius=3)
else:
ax.myPlot = ax.plot(x, y, marker='s', markersize=1.5,
linestyle='-', linewidth=0.7,
......
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