Changeset 239214f in sasview for src/sas/qtgui/PlotUtilities.py


Ignore:
Timestamp:
Jan 13, 2017 7:23:38 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
0f3c22d
Parents:
2e3e959
Message:

Remove graph properties - MPL dialog is enough.
Minor fix in Plot Properties (WP review)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/PlotUtilities.py

    r87cc73a r239214f  
    33from collections import OrderedDict 
    44 
     5# MPL shapes dictionary with some extra styles rendered internally. 
     6# Ordered for consistent display in combo boxes 
    57SHAPES = OrderedDict([ 
    68        ('Circle' , 'o'), 
     
    2729]) 
    2830 
     31# MPL Colors dictionary. Ordered for consistent display 
    2932COLORS = OrderedDict([ 
    3033        ('Blue', 'b'), 
Note: See TracChangeset for help on using the changeset viewer.