Ignore:
Timestamp:
05/22/08 16:38:44 (16 years ago)
Author:
Malte Marquarding
Message:

added scantable.history rc parameter to optionally suppress history generation. Fixed warning in matplotlib re backend import

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asaplotgui.py

    r1153 r1422  
    55from asap.asaplotbase import *
    66import Tkinter as Tk
     7import matplotlib
    78from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg, \
    89        FigureManagerTkAgg
    910# Force use of the newfangled toolbar.
    10 import matplotlib
    11 matplotlib.use("TkAgg")
    1211matplotlib.rcParams['toolbar'] = 'toolbar2'
    1312
Note: See TracChangeset for help on using the changeset viewer.