Ignore:
Timestamp:
Oct 26, 2018 3:37:59 AM (6 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
33812c3
Parents:
8748751
Message:

Replaced pylab.cm with mpl.cm (PK's code review)

File:
1 edited

Legend:

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

    r34f13a83 r8fad50b  
    1 import pylab 
    21import numpy 
    32 
     
    109 
    1110import matplotlib.pyplot as plt 
     11import matplotlib as mpl 
    1212from matplotlib import rcParams 
    1313 
    14 DEFAULT_CMAP = pylab.cm.jet 
     14DEFAULT_CMAP = mpl.cm.jet 
    1515from sas.qtgui.Plotting.Binder import BindArtist 
    1616from sas.qtgui.Plotting.PlotterData import Data1D 
Note: See TracChangeset for help on using the changeset viewer.