Ignore:
Timestamp:
Sep 3, 2018 3:32:31 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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
Message:

Fixed erroneous error bars. SASVIEW-994

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Plotting/Plottables.py

    rcee5c78 rfacf4ca  
    438438    interactive = True 
    439439    custom_color = None 
    440     markersize = 5  # default marker size is 'size 5' 
     440    markersize = 3  # default marker size is 'size 3' 
    441441 
    442442    def __init__(self): 
     
    10461046        self.symbol = 0 
    10471047        self.custom_color = None 
    1048         self.markersize = 5 
     1048        self.markersize = 3 
    10491049        self.id = None 
    10501050        self.zorder = 1 
Note: See TracChangeset for help on using the changeset viewer.