Changeset 1022
- Timestamp:
- 04/19/06 11:03:38 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/__init__.py
r1014 r1022 63 63 'plotter.decimate' : [False, _validate_bool], 64 64 'plotter.ganged' : [True, _validate_bool], 65 'plotter.histogram' : [False, _validate_bool], 65 66 66 67 # scantable … … 107 108 plotter.colours : 108 109 plotter.linestyles : 110 111 # enable/disable histogram plotting 112 plotter.histogram : False 109 113 110 114 # scantable … … 451 455 set_linestyles - specify a set of linestyles to use if only 452 456 using one color 457 set_histrogra, - plot in historam style 453 458 set_mask - set a plotting mask for a specific polarization 454 459
Note:
See TracChangeset
for help on using the changeset viewer.