Ignore:
Timestamp:
Dec 8, 2016 3:46:27 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:
b4b8589, d1fb22ee
Parents:
416fa8f
Message:

Code review issues, fixing matplotlib behaviour in unit testing, minor fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/plottools/PlotPanel.py

    rf74bd6e rcad617b  
    1010matplotlib.interactive(False) 
    1111#Use the WxAgg back end. The Wx one takes too long to render 
    12 matplotlib.use('WXAgg') 
     12#matplotlib.use('WXAgg') 
    1313from matplotlib.backends.backend_wxagg import FigureCanvasWxAgg 
    1414from matplotlib.figure import Figure 
Note: See TracChangeset for help on using the changeset viewer.