Ignore:
Timestamp:
07/30/10 16:59:56 (16 years ago)
Author:
Kana Sugimoto
Message:

Merged the all developments from alma branch. copied external-alma.

Location:
branches/mergetest/python
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/mergetest/python

    • Property svn:mergeinfo set to
      /branches/alma/python1386-1786
  • branches/mergetest/python/asaplot.py

    r1564 r1789  
    66
    77from matplotlib.backends.backend_agg import FigureCanvasAgg
     8from matplotlib.backend_bases import FigureManagerBase
    89
    910class asaplot(asaplotbase):
     
    2223        asaplotbase.__init__(self,**v)
    2324        self.canvas = FigureCanvasAgg(self.figure)
     25        self.figmgr = FigureManagerBase(self.canvas,1)
Note: See TracChangeset for help on using the changeset viewer.