Correct clicking data point for info
Compare changes
Files
2- Lan Dam authored
change the way of getting index of data picked to be more accurate on upDownDots and return real_idx instead of list_idx and section_idx; return old code for plotting widget which including getting plotting_data2 for mass_position;
@@ -5,7 +5,6 @@ from typing import List, Optional, Union
@@ -15,7 +14,7 @@ from sohstationviewer.conf import constants
@@ -304,32 +303,52 @@ class PlottingWidget(QtWidgets.QScrollArea):