Ignore:
Timestamp:
04/07/11 17:37:27 (13 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s):

Description: tidy up the codes


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/flagplotter.py

    r2115 r2117  
    2525    """
    2626    def __init__(self, visible=None, **kwargs):
    27         self._scan=None
     27        self._scan = None
    2828        asapplotter.__init__(self,visible=visible, **kwargs)
    2929        self._plotter.window.title('Flag Plotter')
     
    3333
    3434    def _newcasabar(self):
    35         backend=matplotlib.get_backend()
     35        backend = matplotlib.get_backend()
    3636        if self._visible and backend == "TkAgg":
    3737            #from asap.casatoolbar import CustomToolbarTkAgg
     
    6464        """ This function is not available for the class flagplotter """
    6565        self._invalid_func(name='plotpointing')
    66        
     66
    6767    def plottp(self,*args,**kwargs):
    6868        """ This function is not available for the class flagplotter """
Note: See TracChangeset for help on using the changeset viewer.