Skip to content
Snippets Groups Projects

Correct clicking data point for info

Merged Lan Dam requested to merge i134_mass_pos_not_show_datapoint_info into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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,
Loading