Ignore:
Timestamp:
04/26/11 13:03:10 (13 years ago)
Author:
Kana Sugimoto
Message:

New Development: Yes

JIRA Issue: No (reorganization of modules)

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed: the modules casatoolbar, flagtoolbar, notaionwindow, were reorganized as customgui_base, customgui_tkagg, and customgui_qt4agg, based on backend

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r2150 r2155  
    9191        backend=matplotlib.get_backend()
    9292        if self._visible and backend == "TkAgg":
    93             from asap.casatoolbar import CustomToolbarTkAgg
     93            from asap.customgui_tkagg import CustomToolbarTkAgg
    9494            return CustomToolbarTkAgg(self)
    9595            #from asap.casatoolbar import CustomFlagToolbarTkAgg
     
    12531253        PL.ion()
    12541254        PL.draw()
     1255        PL.gcf().show()
    12551256        if (self._outfile is not None):
    12561257           PL.savefig(self._outfile)
     
    12931294        #PL.ion()
    12941295        PL.draw()
     1296        PL.gcf().show()
    12951297        if (self._outfile is not None):
    12961298           PL.savefig(self._outfile)
Note: See TracChangeset for help on using the changeset viewer.