Changeset facf4ca in sasview for src/sas/qtgui/Plotting/PlotProperties.py
- Timestamp:
- Sep 3, 2018 5:32:31 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:
- f4a6f2c
- Parents:
- c1cfa80
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/PlotProperties.py
r53c771e rfacf4ca 24 24 self._color = color if color else 0 25 25 self._legend = legend 26 self._markersize = marker_size if marker_size else 526 self._markersize = marker_size if marker_size else 3 27 27 self.custom_color = False if isinstance(self._color, int) else True 28 28
Note: See TracChangeset
for help on using the changeset viewer.