Changeset 1022


Ignore:
Timestamp:
04/19/06 11:03:38 (18 years ago)
Author:
mar637
Message:

added histogram plotting (rc parameter); function documentation updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r1014 r1022  
    6363    'plotter.decimate'    : [False, _validate_bool],
    6464    'plotter.ganged'      : [True, _validate_bool],
     65    'plotter.histogram'  : [False, _validate_bool],
    6566
    6667    # scantable
     
    107108plotter.colours            :
    108109plotter.linestyles         :
     110
     111# enable/disable histogram plotting
     112plotter.histogram          : False
    109113
    110114# scantable
     
    451455            set_linestyles  - specify a set of linestyles to use if only
    452456                              using one color
     457            set_histrogra,  - plot in historam style
    453458            set_mask        - set a plotting mask for a specific polarization
    454459
Note: See TracChangeset for help on using the changeset viewer.