Changeset 1170 for trunk


Ignore:
Timestamp:
Jan 27, 2014, 5:14:01 PM (11 years ago)
Author:
aslmd
Message:

planetoplot: fixed a bug with superpose.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/planetoplot_v2/ppclass.py

    r1163 r1170  
    10111011                if self.n == 0:
    10121012                    self.fig.add_subplot(1,1,1,axisbg=pl.axisbg) # define one subplot (still needed for user-defined font sizes)
    1013                     sav = pl.xlabel,pl.ylabel,pl.xcoeff,pl.ycoeff,pl.title,pl.swaplab # save titles and labels
     1013                    sav = pl.xlabel,pl.ylabel,\
     1014                          pl.xcoeff,pl.ycoeff,\
     1015                          pl.nxticks,pl.nyticks,\
     1016                          pl.xmin,pl.xmax,\
     1017                          pl.ymin,pl.ymax,\
     1018                          pl.title,pl.swaplab # save titles and labels
    10141019                    # possibility to color lines according to a color map
    10151020                    # ... made so that all plots span the whole color map automatically.
Note: See TracChangeset for help on using the changeset viewer.