Changeset ae43f3b in sasview for src/sas/qtgui/Plotting
- Timestamp:
- Sep 3, 2018 11:05:57 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- d686ff1
- Parents:
- 79bd268
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/Plotter.py
r8274471e rae43f3b 178 178 zorder=1, 179 179 picker=True) 180 181 # Now we know what the potential new color is, let's save it182 if isinstance(line, mpl.lines.Line2D):183 self.data.custom_color = line.get_color()184 180 185 181 # Update the list of data sets (plots) in chart
Note: See TracChangeset
for help on using the changeset viewer.