Changeset 1564


Ignore:
Timestamp:
04/22/09 16:12:56 (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/asaplot.py

    r708 r1564  
    1111    ASAP plotting class based on matplotlib.
    1212    """
    13     def __init__(self, rows=1, cols=0, title='', size=(8,4), buffering=False):
     13    def __init__(self, rows=1, cols=0, title='', size=None, buffering=False):
    1414        """
    1515        Create a new instance of the ASAPlot plotting class.
Note: See TracChangeset for help on using the changeset viewer.