Changeset ff7acff in sasview for prview/perspectives/pr/pr.py


Ignore:
Timestamp:
Feb 7, 2009 10:24:52 AM (16 years ago)
Author:
Mathieu Doucet <doucetm@…>
Branches:
master, 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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
4cb07c0
Parents:
22210ef
Message:

Modify PrView? to use plottools instead of guitools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prview/perspectives/pr/pr.py

    re43c012 rff7acff  
    77import wx 
    88import logging 
    9 from sans.guitools.plottables import Data1D, Theory1D 
     9from danse.common.plottools import Data1D, Theory1D 
    1010from sans.guicomm.events import NewPlotEvent, StatusEvent     
    1111import math, numpy 
     
    114114        import math 
    115115        from sans.guicomm.events import NewPlotEvent             
    116         from sans.guitools.plottables import Data1D, Theory1D 
     116        from danse.common.plottools import Data1D, Theory1D 
    117117         
    118118        # Generate P(r) for sphere 
     
    170170        import math 
    171171        from sans.guicomm.events import NewPlotEvent             
    172         from sans.guitools.plottables import Data1D, Theory1D 
     172        from danse.common.plottools import Data1D, Theory1D 
    173173        # Show P(r) 
    174174        y_true = numpy.zeros(len(x)) 
     
    205205        import math 
    206206        from sans.guicomm.events import NewPlotEvent             
    207         from sans.guitools.plottables import Data1D, Theory1D 
     207        from danse.common.plottools import Data1D, Theory1D 
    208208 
    209209        qtemp = pr.x 
     
    286286        import math 
    287287        from sans.guicomm.events import NewPlotEvent             
    288         from sans.guitools.plottables import Data1D, Theory1D 
     288        from danse.common.plottools import Data1D, Theory1D 
    289289         
    290290        # Show P(r) 
Note: See TracChangeset for help on using the changeset viewer.