Changeset 239214f in sasview for src/sas/sasgui
- Timestamp:
- Jan 13, 2017 9:23:38 AM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/plottools/config.py
rcad617b r239214f 30 30 __all__ = [] 31 31 32 plot_version = "0.98"32 #plot_version = "0.98" 33 33 #plot_backend = "WXAgg" 34 34 plot_backend = "Qt4Agg" … … 60 60 matplotlib.rcParams[param] = 0.05 61 61 matplotlib.rcParams['legend.numpoints'] = 1 62 #matplotlib.rcParams['interactive'] = True 63 62 64 63 65 # this should happen after initial matplotlib configuration
Note: See TracChangeset
for help on using the changeset viewer.