Changeset 603 for trunk


Ignore:
Timestamp:
Mar 27, 2012, 7:38:20 PM (13 years ago)
Author:
aslmd
Message:

PYTHON: minor thing (position of colorbar in cyl proj) that I did not want to commit on second thoughts. sorry.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/planetoplot.py

    r602 r603  
    525525                            elif mult != 1:                                        daformat = "%.1f"
    526526                            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
    528529                            else:                       zeorientation="vertical" ; zepad = 0.03
    529530                            zecb = colorbar( fraction=0.05,pad=zepad,format=daformat,orientation=zeorientation,\
Note: See TracChangeset for help on using the changeset viewer.