Changeset 239214f in sasview for src/sas/sasgui/plottools


Ignore:
Timestamp:
Jan 13, 2017 9:23:38 AM (8 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/sasgui/plottools/config.py

    rcad617b r239214f  
    3030__all__ = [] 
    3131 
    32 plot_version = "0.98" 
     32#plot_version = "0.98" 
    3333#plot_backend = "WXAgg" 
    3434plot_backend = "Qt4Agg" 
     
    6060matplotlib.rcParams[param] = 0.05 
    6161matplotlib.rcParams['legend.numpoints'] = 1 
     62#matplotlib.rcParams['interactive'] = True 
     63 
    6264 
    6365# this should happen after initial matplotlib configuration 
Note: See TracChangeset for help on using the changeset viewer.