Ignore:
Timestamp:
04/22/09 16:10:06 (15 years ago)
Author:
Malte Marquarding
Message:

fix for ticket #160: allow user to select the size of plotter and also honour matplotlib.rcParams

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asaplotgui.py

    r1422 r1563  
    1616    """
    1717
    18     def __init__(self, rows=1, cols=0, title='', size=(8,6), buffering=False):
     18    def __init__(self, rows=1, cols=0, title='', size=None, buffering=False):
    1919        """
    2020        Create a new instance of the ASAPlot plotting class.
Note: See TracChangeset for help on using the changeset viewer.