- Timestamp:
- Mar 27, 2012, 7:38:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/planetoplot.py
r602 r603 525 525 elif mult != 1: daformat = "%.1f" 526 526 else: daformat = fmtvar(fvar.upper()) 527 if proj in ['moll','cyl']: zeorientation="horizontal" ; zepad = 0.05 527 #if proj in ['moll','cyl']: zeorientation="horizontal" ; zepad = 0.05 528 if proj in ['moll']: zeorientation="horizontal" ; zepad = 0.05 528 529 else: zeorientation="vertical" ; zepad = 0.03 529 530 zecb = colorbar( fraction=0.05,pad=zepad,format=daformat,orientation=zeorientation,\
Note: See TracChangeset
for help on using the changeset viewer.