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/asaplotbase.py

    r1560 r1563  
    2929    """
    3030
    31     def __init__(self, rows=1, cols=0, title='', size=(8,6), buffering=False):
     31    def __init__(self, rows=1, cols=0, title='', size=None, buffering=False):
    3232        """
    3333        Create a new instance of the ASAPlot plotting class.
Note: See TracChangeset for help on using the changeset viewer.