Ignore:
Timestamp:
08/03/10 11:41:13 (14 years ago)
Author:
Malte Marquarding
Message:

Tidy up of imports (now imported from asap.). Also fixed some whitespace/tab issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asaplot.py

    r1819 r1826  
    1313    """
    1414    def __init__(self, rows=1, cols=0, title='', size=None, buffering=False):
    15         """
    16         Create a new instance of the ASAPlot plotting class.
     15        """
     16        Create a new instance of the ASAPlot plotting class.
    1717
    18         If rows < 1 then a separate call to set_panels() is required to define
    19         the panel layout; refer to the doctext for set_panels().
    20         """
     18        If rows < 1 then a separate call to set_panels() is required to define
     19        the panel layout; refer to the doctext for set_panels().
     20        """
    2121        v = vars()
    2222        del v['self']
Note: See TracChangeset for help on using the changeset viewer.