Ignore:
Timestamp:
Oct 24, 2013 8:40:22 AM (11 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:
1f8eecb
Parents:
a9d5684
Message:

Move plottools under sans

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sans/guiframe/local_perspectives/plotting/Plotter2D.py

    r5777106 rf468791  
    1313import wx 
    1414import sys 
    15 import os 
    1615import math 
    1716import numpy 
    18 import pylab 
    19 import danse.common.plottools 
    20 from danse.common.plottools.PlotPanel import PlotPanel 
    21 from danse.common.plottools.plottables import Graph 
    22 from danse.common.plottools.TextDialog import TextDialog 
    23 from sans.guiframe.events import EVT_NEW_PLOT 
    24 from sans.guiframe.events import EVT_SLICER_PARS 
     17from sans.plottools.PlotPanel import PlotPanel 
     18from sans.plottools.plottables import Graph 
     19from sans.plottools.TextDialog import TextDialog 
    2520from sans.guiframe.events import StatusEvent  
    2621from sans.guiframe.events import NewPlotEvent 
     
    3025from  sans.guiframe.local_perspectives.plotting.binder import BindArtist 
    3126from Plotter1D import ModelPanel1D 
    32 from danse.common.plottools.toolbar import NavigationToolBar  
    33 from sans.guiframe.dataFitting import Data1D 
     27from sans.plottools.toolbar import NavigationToolBar  
    3428from matplotlib.font_manager import FontProperties 
    3529from graphAppearance import graphAppearance 
Note: See TracChangeset for help on using the changeset viewer.